KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Keyboard modifier keys

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)
 

Detailed Description

These are the various modifiers that can be pressed on the keyboard, and are reflected in the modifiers field of kbd_cond_t.

Macro Definition Documentation

#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)