|
FabGL
ESP32 Display Controller and Graphics Library
|
A struct which contains a virtual key, key state and associated scan code. More...
#include <fabutils.h>
Public Attributes | |
| uint8_t | ASCII |
| uint8_t | CAPSLOCK: 1 |
| uint8_t | CTRL: 1 |
| uint8_t | down |
| uint8_t | GUI: 1 |
| uint8_t | LALT: 1 |
| uint8_t | NUMLOCK: 1 |
| uint8_t | RALT: 1 |
| uint8_t | scancode [8] |
| uint8_t | SCROLLLOCK: 1 |
| uint8_t | SHIFT: 1 |
| VirtualKey | vk |
A struct which contains a virtual key, key state and associated scan code.
Definition at line 1381 of file fabutils.h.