MyKeyEventExt extension

An extension class for KeyboardEventData, which adds helper properties for arrow keys.

on

Properties

arrowDown bool
Returns true if the event is an arrow down key event.
no setter
arrowLeft bool
Returns true if the event is an arrow left key event.
no setter
arrowRight bool
Returns true if the event is an arrow right key event.
no setter
arrowUp bool
Returns true if the event is an arrow up key event.
no setter