class PtEventData
{
blit_event; // PhBlitEvent
boundary_event; // PhBoundaryEvent
drag_event; // PhDragEvent
draw_event; // PhDrawEvent
key_event; // PhKeyEvent
pointer_event; // PhPointerEvent
rect; // PhRect
window_event; // PhWindowEvent
}
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.