PhEvent

PhEvent — An event.

Synopsis

class PhEvent
{
    collector;           // PhEventRegion
    data_len;            // unsigned short
    emitter;             // PhEventRegion
    flags;               // unsigned short
    input_group;         // unsigned short
    num_rects;           // unsigned short
    processing_flags;    // unsigned short
    subtype;             // unsigned short
    timestamp;           // unsigned long
    translation;         // PhPoint
    type;                // unsigned long
}
		

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.