KeyState
class KeyState(val code: KeyCode, val key: KeyText, val modifiers: Set<SystemInputEvent.Modifier>, val type: KeyState.Type)
Constructors
Link copied to clipboard
constructor(code: KeyCode, key: KeyText, modifiers: Set<SystemInputEvent.Modifier>, type: KeyState.Type)