Struct KeyModifiers
Defined in File callbacks.hpp
- 
struct KeyModifiers
 Key modifiers.
Public Members
- 
bool shift
 one or more shift keys where held down
- 
bool control
 one or more control keys where held down
- 
bool alt
 one or more alt keys where held down
- 
bool caps_lock
 caps lock key is enabled
- 
bool num_lock
 num lock key is enabled
- 
bool shift