MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.gui
/
KeyboardEvent
/
KeyPressed
Key
Pressed
data
class
KeyPressed
(
val
keycode
:
Int
,
val
scancode
:
Int
,
val
pressed
:
Boolean
)
:
KeyboardEvent
(
source
)
Members
Constructors
Key
Pressed
Link copied to clipboard
constructor
(
keycode
:
Int
,
scancode
:
Int
,
pressed
:
Boolean
)
Properties
keycode
Link copied to clipboard
val
keycode
:
Int
pressed
Link copied to clipboard
val
pressed
:
Boolean
scancode
Link copied to clipboard
val
scancode
:
Int