import "Accessibility_Registry.idl";
Public Attributes | |
| EventType | type |
| Identifies the type of the containing DeviceEvent. | |
| long | id |
| an identifier which identifies this event in the event stream. | |
| short | hw_code |
| 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. | |
| unsigned short | modifiers |
| an unsigned short int consisting of zero or more of the following values OR'ed together: | |
| unsigned long | timestamp |
| an unsigned integer representing the time that the event occurred. | |
| string | event_string |
| A string representation of the event. | |
| boolean | is_text |
True if the event results in the insertion of characters into an input text buffer, or would do so if delivered to a focussed text input field. | |
Definition at line 293 of file Accessibility_Registry.idl.
|
|
Identifies the type of the containing DeviceEvent.
Definition at line 294 of file Accessibility_Registry.idl. |
|
|
an identifier which identifies this event in the event stream. On X Window systems this corresponds to the XEvent serial number. Definition at line 295 of file Accessibility_Registry.idl. |
|
|
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.
Definition at line 298 of file Accessibility_Registry.idl. |
|
|
an unsigned short int consisting of zero or more of the following values OR'ed together:
Definition at line 311 of file Accessibility_Registry.idl. |
|
|
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. Definition at line 321 of file Accessibility_Registry.idl. |
|
|
A string representation of the event.
If is_text is Definition at line 327 of file Accessibility_Registry.idl. |
|
|
¨Typographical¨ key events have this field set to Definition at line 333 of file Accessibility_Registry.idl. |
1.4.3