KeyboardEventType

enum KeyboardEventType : Enum<KeyboardEventType> , UIEventType

Represents the possible types of keyboard events.

Entries

KEY_PRESSED
Link copied to clipboard
common
KEY_TYPED
Link copied to clipboard
common
KEY_RELEASED
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: KeyboardEventType): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard