gre.keydown
A key is in the pressed state
note
gre.keydown events with control as a destination require focus.
Data
uint32_t code
uint32_t modifiers
Where:
code
This is the UTF-8 key value
modifiers
A set of modifiers applied to the key
| GR_EVENT_KEYMOD_ALT |
| GR_EVENT_KEYMOD_CTRL |
| GR_EVENT_KEYMOD_SHIFT |