Package-level declarations
Types
Link copied to clipboard
interface InputListener
Link copied to clipboard
Represents a key modifier for an input event.
Link copied to clipboard
data class KeyEvent(val type: KeyEvent.Type, val key: Key, val modifiers: Set<InputModifier>, val characters: String?)
Represents a keyboard event emitted by a navigator.