|
KallistiOS
2.0.0
|
Macros | |
| #define | KBD_MOD_LCTRL (1<<0) |
| #define | KBD_MOD_LSHIFT (1<<1) |
| #define | KBD_MOD_LALT (1<<2) |
| #define | KBD_MOD_S1 (1<<3) |
| #define | KBD_MOD_RCTRL (1<<4) |
| #define | KBD_MOD_RSHIFT (1<<5) |
| #define | KBD_MOD_RALT (1<<6) |
| #define | KBD_MOD_S2 (1<<7) |
These are the various modifiers that can be pressed on the keyboard, and are reflected in the modifiers field of kbd_cond_t.
| #define KBD_MOD_LALT (1<<2) |
| #define KBD_MOD_LCTRL (1<<0) |
| #define KBD_MOD_LSHIFT (1<<1) |
| #define KBD_MOD_RALT (1<<6) |
| #define KBD_MOD_RCTRL (1<<4) |
| #define KBD_MOD_RSHIFT (1<<5) |
| #define KBD_MOD_S1 (1<<3) |
| #define KBD_MOD_S2 (1<<7) |
1.8.1.1