toggle menu
MoulConfig
4.1.0-beta
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.gui
/
KeyboardEvent
/
KeyPressed
Key
Pressed
public
final
class
KeyPressed
implements
KeyboardEvent
(
source
)
Members
Constructors
Keyboard
Event.
KeyPressed
Link copied to clipboard
public
KeyboardEvent.KeyPressed
KeyboardEvent.KeyPressed
(
Integer
keycode
,
Integer
scancode
,
Boolean
pressed
)
Properties
keycode
Link copied to clipboard
private
final
Integer
keycode
pressed
Link copied to clipboard
private
final
Boolean
pressed
scancode
Link copied to clipboard
private
final
Integer
scancode
Functions
get
Keycode
Link copied to clipboard
public
final
Integer
getKeycode
(
)
get
Pressed
Link copied to clipboard
public
final
Boolean
getPressed
(
)
get
Scancode
Link copied to clipboard
public
final
Integer
getScancode
(
)