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