process_key_event_async_finish
Description:
public bool process_key_event_async_finish (AsyncResult res) throws Error
Finishes an operation started with process_key_event_async.
Parameters:
this |
An InputContext.
|
res |
A AsyncResult obtained from the TaskReadyCallback passed to
process_key_event_async.
|
Returns:
true if the key event is processed; false otherwise or some errors happen and the error will
be set.
|