KEY_X

KEY_X(0x58)

Functions

clone
Link copied to clipboard
common
protected fun clone(): Any
compareTo
Link copied to clipboard
common
operator override fun compareTo(other: KeyCode): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toChar
Link copied to clipboard
common
fun toChar(): Maybe<Char>
Converts this KeyCode to a Char if possible.
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

code
Link copied to clipboard
common
val code: Int
The unicode key code for the given key
isUnknown
Link copied to clipboard
common
val isUnknown: Boolean
Tells whether this is the UNKNOWN.
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int