filterKeyEvent

open fun filterKeyEvent(keyEvent: <Error class: unknown class>): Boolean

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.

Return

true if the key event was handled, or false otherwise

Since

2.28

Parameters

keyEvent

the key event to filter