19#ifndef KEYBOARD_DATA_H
20#define KEYBOARD_DATA_H
Keyboard events data storage.
int key
Code of the key of the recent event.
bool shift_pressed
Flag indicating if SHIFT was pressed.
int action
Key action, whether it was pressed, released or held.
bool ctrl_pressed
Flag indicating if CTRL was pressed.