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)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int