|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Keyboard raw condition structure. More...
#include <dc/maple/keyboard.h>
Data Fields | |
| kbd_mods_t | modifiers |
| Bitmask of set modifiers. | |
| kbd_leds_t | leds |
| Bitmask of set LEDs. | |
| kbd_key_t | keys [KBD_MAX_PRESSED_KEYS] |
| Key codes for currently pressed keys. | |
Keyboard raw condition structure.
This structure is what the keyboard responds with as its current status.
| kbd_key_t kbd_cond_t::keys[KBD_MAX_PRESSED_KEYS] |
Key codes for currently pressed keys.
| kbd_leds_t kbd_cond_t::leds |
Bitmask of set LEDs.
| kbd_mods_t kbd_cond_t::modifiers |
Bitmask of set modifiers.