BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Keyboard events data storage. More...
#include <keyboard_data.h>
Public Member Functions | |
KeyboardData () | |
void | reset () |
Public Attributes | |
int | key |
Code of the key of the recent event. More... | |
int | action |
Key action, whether it was pressed, released or held. More... | |
bool | ctrl_pressed |
Flag indicating if CTRL was pressed. More... | |
bool | shift_pressed |
Flag indicating if SHIFT was pressed. More... | |
Keyboard events data storage.
Definition at line 26 of file keyboard_data.h.
|
inline |
|
inline |
int KeyboardData::action |
Key action, whether it was pressed, released or held.
Definition at line 32 of file keyboard_data.h.
bool KeyboardData::ctrl_pressed |
Flag indicating if CTRL was pressed.
Definition at line 35 of file keyboard_data.h.
int KeyboardData::key |
Code of the key of the recent event.
Definition at line 29 of file keyboard_data.h.
bool KeyboardData::shift_pressed |
Flag indicating if SHIFT was pressed.
Definition at line 38 of file keyboard_data.h.