import "Accessibility_Registry.idl";
Public Attributes | |
| boolean | synchronous |
If True, specifies that DeviceEventController should block while waiting for client to process the requested event notifications; ordinarily should be used only when client needs to perform operations synchronously with event delivery. | |
| boolean | preemptive |
If True, specifies that Listener is allowed to pre-empt the delivery of the event, effectively "consuming" it such that it is not delivered to the currently focussed desktop application. | |
| boolean | global |
If True, specifies that Event notifications should be sent regardless of whether the currently focussed application participates in the AT-SPI infrastructure. | |
Definition at line 252 of file Accessibility_Registry.idl.
|
|
If Note that because of the architecture of device event systems in general, use of this flag may not block delivery of the event to the currently focussed application unless it is used in conjunction with the preemptive flag. Definition at line 253 of file Accessibility_Registry.idl. |
|
|
If Key events consumed via this API will not be available for use by other applications or services, so this option should be used sparingly. Definition at line 262 of file Accessibility_Registry.idl. |
|
|
If On systems with the XEvIE X extension, this flag also allows access to events which are already subject to interception via a "system keygrab" (as described in the X Window System documentation for XGrabKey). The 'global' and 'preemptive' flags should only be used together for the purposes of registering "system global key shortcuts" i.e. command keys for use by the assistive technology. Definition at line 269 of file Accessibility_Registry.idl. |
1.4.3