import "Accessibility_Registry.idl";
Data Fields | |
EventType | type |
long | id |
short | hw_code |
unsigned short | modifiers |
unsigned long | timestamp |
string | event_string |
boolean | is_text |
|
A string representation of the event. If is_text is |
|
a numeric code which is hardware and system-dependent, identifying the specific hardware button or key on the device for which the event has occurred. On X Window systems, for global key notifications and for most non-global key notifications as well, this code corresponds to the XKeycode. For switch and button events it indicates the switch or button number.
|
|
an identifier which identifies this event in the event stream. On X Window systems this corresponds to the XEvent serial number. |
|
|
|
an unsigned short int consisting of zero or more of the following values OR'ed together:
|
|
an unsigned integer representing the time that the event occurred. On X Window systems this event is a time in milliseconds from some arbitrary starting point; it therefore has a cycle time of approximately 50 days. |
|
Identifies the type of the containing DeviceEvent. |