PhWindowEvent
PhWindowEvent — An event related to a window.
Synopsis
class PhWindowEvent
{
event_f; // unsigned short
event_state; // short
pos; // PhPoint
rid; // region ID
size; // PhPoint
state_f; // unsigned short
}
Description
Working with this class is
beyond the scope of normal Gamma and Photon programming. For
more information, please refer to PhEvent
in the Photon documentation.