| public |
Description
Public Attributes
| EventType_t | type |
| char | str |
| Key | key |
| bool | pressed |
Documentation
variable
Util::UI::KeyboardEvent::type
| public |
| EventType_t type |
Defined in Util/UI/Event.h:186
variable
Util::UI::KeyboardEvent::str
| public |
| char str |
Multi-byte character representing the key event. UTF-8 encoded characters consist of at most four bytes. Unused entries are null.
Defined in Util/UI/Event.h:192
variable
Util::UI::KeyboardEvent::key
| public |
| Key key |
Defined in Util/UI/Event.h:193
variable
Util::UI::KeyboardEvent::pressed
| public |
| bool pressed |
Defined in Util/UI/Event.h:194