deregister_keystroke_listener
Description:
public bool deregister_keystroke_listener (DeviceListener listener, Array<KeyDefinition>? key_set, KeyMaskType modmask, KeyEventMask event_types) throws Error
Removes a keystroke event listener from the registry's listener queue, ceasing notification of events with modifiers matching modmask
.
Parameters:
| listener |
a pointer to the DeviceListener for which keystroke events are requested. |
| key_set |
a pointer to the KeyDefinition array indicating which keystroke events are requested, or null to indicate that all keycodes and keyvals for the specified modifier set are to be included. |
| modmask |
the key modifier mask for which this listener is to be 'deregistered' (of type KeyMaskType). |
| event_types |
an KeyMaskType mask indicating which types of key events were requested ( atspi_key_pressed, etc.). |
Returns:
|
true if successful, otherwise false. |
Namespace: Atspi
Package: atspi-2