KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

Types associated with keyboard modifier keys More...

Topics

 Flags
 Keyboard modifier key flags
 

Data Structures

union  kbd_mods_t
 Modifier Keys. More...
 

Detailed Description

Types associated with keyboard modifier keys

Modifier keys are represented by the kbd_mods_t union type. Each key state can be accessed by:

  1. Directly using a convenience bit field.
  2. Bitwise AND of kbd_mods_t::raw with one of the Flags.