struct to hold state of the keyboard in terms of modifier keys More...
#include <keyboard.h>
Data Fields | |
| bool | shift |
| bool | ctrl |
| bool | alt |
| bool | caps |
struct to hold state of the keyboard in terms of modifier keys
| bool keyboard_state::alt |
is alt or altgr pressed
| bool keyboard_state::caps |
is caps toggled
| bool keyboard_state::ctrl |
is ctrl pressed
| bool keyboard_state::shift |
is shift pressed