Parsed event variant.
More...
#include <inputparser.h>
|
| enum | Type { None
, Key
, Mouse
} |
| |
|
|
Type | type = None |
| |
|
KeyEvent::Key | key = KeyEvent::Key_Unknown |
| |
|
uint8_t | modifiers = 0 |
| |
|
String | text |
| |
|
Point2Di32 | mousePos |
| |
|
MouseEvent::Button | mouseButton = MouseEvent::NoButton |
| |
|
MouseEvent::Action | mouseAction = MouseEvent::Press |
| |
|
uint8_t | mouseButtons = 0 |
| | Bitmask of all held buttons.
|
| |
The documentation for this struct was generated from the following file: