toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.gui
/
KeyboardEvent
Keyboard
Event
sealed
interface
KeyboardEvent
(
source
)
Inheritors
CharTyped
KeyPressed
Members
Types
Char
Typed
Link copied to clipboard
data
class
CharTyped
(
val
char
:
Char
)
:
KeyboardEvent
Key
Pressed
Link copied to clipboard
data
class
KeyPressed
(
val
keycode
:
Int
,
val
pressed
:
Boolean
)
:
KeyboardEvent