Keyboard input event structure. More...
Data Fields | |
byte | type |
byte | state |
UINT16 | key |
UINT16 | modifier |
UINT16 | unicode |
Keyboard input event structure.
UINT16 key |
keys
UINT16 modifier |
modifier
byte state |
KEYDOWN = 1 or KEYUP = 0
byte type |
The value of type should have value of KEYINPUT_EVENT
UINT16 unicode |
unicode character value of the key