Enumeration
AtspiEventType
Description [src]
Enumeration used to specify the event types of interest to an
AtspiEventListener
, or
to identify the type of an event for which notification has been sent.
Members
Name | Description |
---|---|
ATSPI_KEY_PRESSED_EVENT |
Indicates that a key on a keyboard device was pressed. |
ATSPI_KEY_RELEASED_EVENT |
Indicates that a key on a keyboard device was released. |
ATSPI_BUTTON_PRESSED_EVENT |
Indicates that a button on a non-keyboard human interface device (HID) was pressed. |
ATSPI_BUTTON_RELEASED_EVENT |
Indicates that a button on a non-keyboard human interface device (HID) was released. |