Foenix A2650 OS/f Library
 
Loading...
Searching...
No Matches
EventKeyboard Struct Reference

Data Fields

uint8_t char_
 the key code of the key pushed. eg, KEY_BKSP (0x92), not CH_BKSP (0x08). Most useful for handling action keys such as cursors, DEL, BS, ESC, etc.
 
uint8_t modifiers_
 the character code resulting from the key, after mapping. e.g, 1 may return 49, ALT-1 may return 145, SHIFT-1 may return 33; backspace may return 8, etc.
 
uint8_t source_
 bit flags for shift, ctrl, meta, etc.
 

The documentation for this struct was generated from the following file: