import "Accessibility_Registry.idl";
Public Member Functions | |
boolean | notifyEvent (in DeviceEvent event) |
This interface should be implemented by AT-SPI clients who wish to make use of the DeviceEventController to receive device event notifications. DeviceEvents include keyboard events and mouse button/motion events.
boolean Accessibility::DeviceEventListener::notifyEvent | ( | in DeviceEvent | event | ) |
Notify an interested DeviceEventListener that a DeviceEvent has occurred.
True
if the recipient/consumer wishes to consume the event, i.e. prevent it from being delivered to the desktop, False
if the event should continue to be delivered as normal.