17 #ifndef KEYBOARD_H_INCLUDED 18 #define KEYBOARD_H_INCLUDED 46 key_states lastKeyStates = {
false,
false,
false,
false,
false,
false};
47 key_states currentKeyStates = {
false,
false,
false,
false,
false,
false};
80 void clearCurrentStates();
121 struct termios original, noecho;
132 void nonblock(
int state);
137 int getKeyboardActive();
142 void setKeyboardActive(
int value);
struct keys key_states
Struct listing the Keys which exist on a Keyboard.
Example InputDevice which takes input in from a keyboard. Useful for testing without any other input ...
Struct listing the Keys which exist on a Keyboard.