class PhPointerEvent
{
button_state; // unsigned short
buttons; // unsigned short
click_count; // unsigned short
flags; // unsigned char
key_mods; // unsigned short
pos; // PhPoint
z; // short
}
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.