filter_key_event


Description:

public virtual bool filter_key_event (EventKey key_event)

Allow key_event to be handled by the input method.

If true is returned, then no further processing should be done for the key event.

Parameters:

this

a InputMethodContext

key_event

the key event to filter

Returns:

true if the key event was handled, or false otherwise