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 |
int64 | serialId |
exint | data |
int | values [DIMENSIONS] |
short | altFlags |
int | id |
int | qt_key |
UT_StringHolder | key |
Definition at line 62 of file UI_DeviceEvent.h.
|
inline |
Definition at line 88 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 79 of file UI_DeviceEvent.h.
RE_IDType UI_DeviceEvent::context |
Definition at line 73 of file UI_DeviceEvent.h.
exint UI_DeviceEvent::data |
Definition at line 77 of file UI_DeviceEvent.h.
int UI_DeviceEvent::id |
Definition at line 81 of file UI_DeviceEvent.h.
UT_StringHolder UI_DeviceEvent::key |
Definition at line 84 of file UI_DeviceEvent.h.
int UI_DeviceEvent::qt_key |
Definition at line 83 of file UI_DeviceEvent.h.
int64 UI_DeviceEvent::serialId |
Definition at line 75 of file UI_DeviceEvent.h.
double UI_DeviceEvent::time |
Definition at line 74 of file UI_DeviceEvent.h.
UI_EventType UI_DeviceEvent::type |
Definition at line 71 of file UI_DeviceEvent.h.
int UI_DeviceEvent::values[DIMENSIONS] |
Definition at line 78 of file UI_DeviceEvent.h.