Skip to content

textmode.js / input / keyboard / KeyboardEventMap

Interface: KeyboardEventMap

Keyboard events emitted by the keyboard input manager.

Properties

PropertyTypeDescription
keyPressedKeyboardEventHandlerFires when a key is pressed down (no repeat).
keyReleasedKeyboardEventHandlerFires when a key is released.
keyTypedKeyboardEventHandlerFires when a printable character is typed.