processKeyboardEvent MethodProtected

Event for every key down and up transition.

processKeyboardEvent(keyEvent: KeyboardEvent, _wentDown: boolean): boolean

@note Called before processShortcutKey.

@returns true if handled and no further processing of event should occur.

Parameter Type Description
keyEvent KeyboardEvent  
_wentDown boolean  

Returns - boolean

true if handled and no further processing of event should occur.

Defined in

Last Updated: 28 April, 2026