zircon.core
/
org.hexworks.zircon.api.uievent
/
KeyCode
/
DEAD_ABOVERING
common
D
E
A
D_
A
B
O
V
E
R
I
N
G
DEAD_ABOVERING
(0x88)
Content copied to clipboard
Functions
Properties
Functions
clone
Link copied to clipboard
common
protected fun
clone
():
Any
Content copied to clipboard
compareTo
Link copied to clipboard
common
operator override fun
compareTo
(other:
KeyCode
):
Int
Content copied to clipboard
equals
Link copied to clipboard
common
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
override fun
hashCode
():
Int
Content copied to clipboard
toChar
Link copied to clipboard
common
fun
toChar
():
Maybe
<
Char
>
Content copied to clipboard
Converts this
KeyCode
to a
Char
if possible.
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
code
Link copied to clipboard
common
val
code
:
Int
Content copied to clipboard
The unicode key code for the given key
isUnknown
Link copied to clipboard
common
val
isUnknown
:
Boolean
Content copied to clipboard
Tells whether this is the
UNKNOWN
.
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard