Indicates that the user has released a key on the keyboard. For available properties, see KeyEventBase.
Indicates the current state of the given keyboard modifier keys.
The raw bitflags that are parsed out into ctrlKey, altKey, and shiftKey.
You can construct these yourself, but generally the system will send them to you and there's little need to emit your own.
KeyDownEvent, CharEvent
See Implementation
Added May 2, 2021. Previously, it was only seen as the base Event class on "keyup" event listeners.
Indicates that the user has released a key on the keyboard. For available properties, see KeyEventBase.