KeyEvents

interface KeyEvents(source)

Interface for handling keyboard events. This interface provides access to events related to keyboard interactions such as key presses, releases, repetitions, and character inputs.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val keyDown: Event<KeyEvent>
Link copied to clipboard
abstract val keyRepeat: Event<KeyEvent>
Link copied to clipboard
abstract val keyUp: Event<KeyEvent>