| 
    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 [UI_DEVICE_DIMENSIONS] | 
| short | altFlags | 
| int | id | 
| int | qt_key | 
| UT_StringHolder | key | 
Definition at line 74 of file UI_DeviceEvent.h.
      
  | 
  inline | 
Definition at line 100 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 91 of file UI_DeviceEvent.h.
| RE_IDType UI_DeviceEvent::context | 
Definition at line 85 of file UI_DeviceEvent.h.
| exint UI_DeviceEvent::data | 
Definition at line 89 of file UI_DeviceEvent.h.
| int UI_DeviceEvent::id | 
Definition at line 93 of file UI_DeviceEvent.h.
| UT_StringHolder UI_DeviceEvent::key | 
Definition at line 96 of file UI_DeviceEvent.h.
| int UI_DeviceEvent::qt_key | 
Definition at line 95 of file UI_DeviceEvent.h.
| int64 UI_DeviceEvent::serialId | 
Definition at line 87 of file UI_DeviceEvent.h.
| double UI_DeviceEvent::time | 
Definition at line 86 of file UI_DeviceEvent.h.
| UI_EventType UI_DeviceEvent::type | 
Definition at line 83 of file UI_DeviceEvent.h.
| int UI_DeviceEvent::values[UI_DEVICE_DIMENSIONS] | 
Definition at line 90 of file UI_DeviceEvent.h.