zircon.core
/
org.hexworks.zircon.api.uievent
/
KeyCode
/
INVERTED_EXCLAMATION_MARK
common
I
N
V
E
R
T
E
D_
E
X
C
L
A
M
A
T
I
O
N_
M
A
R
K
INVERTED_EXCLAMATION_MARK
(0x0206)
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