PhKeyEvent

PhKeyEvent — The event of pressing a keyboard key.

Synopsis

class PhKeyEvent
{
    button_state;    // unsigned short
    key_cap;         // unsigned long
    key_flags;       // unsigned long
    key_mods;        // unsigned long
    key_scan;        // unsigned char
    key_sym;         // unsigned long
    pos;             // PhPoint
}
		

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.