HDK
|
#include <UI_DeviceEvent.h>
Public Member Functions | |
UI_DeviceEvent (int event_id=0) | |
bool | getTypedCharacters (UT_Array< utf32 > &cps) const |
Public Attributes | |
UI_EventType | type |
RE_IDType | context |
double | time |
exint | data |
int | values [DIMENSIONS] |
short | altFlags |
short | id |
int | qt_key |
int | hotkey_id |
UT_StringHolder | key |
Definition at line 68 of file UI_DeviceEvent.h.
|
inline |
Definition at line 93 of file UI_DeviceEvent.h.
Returns an array of Unicode code points corresponding to typed in characters from a keyboard event.
short UI_DeviceEvent::altFlags |
Definition at line 83 of file UI_DeviceEvent.h.
RE_IDType UI_DeviceEvent::context |
Definition at line 78 of file UI_DeviceEvent.h.
exint UI_DeviceEvent::data |
Definition at line 81 of file UI_DeviceEvent.h.
int UI_DeviceEvent::hotkey_id |
Definition at line 87 of file UI_DeviceEvent.h.
short UI_DeviceEvent::id |
Definition at line 84 of file UI_DeviceEvent.h.
UT_StringHolder UI_DeviceEvent::key |
Definition at line 89 of file UI_DeviceEvent.h.
int UI_DeviceEvent::qt_key |
Definition at line 86 of file UI_DeviceEvent.h.
double UI_DeviceEvent::time |
Definition at line 79 of file UI_DeviceEvent.h.
UI_EventType UI_DeviceEvent::type |
Definition at line 77 of file UI_DeviceEvent.h.
int UI_DeviceEvent::values[DIMENSIONS] |
Definition at line 82 of file UI_DeviceEvent.h.