toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.ui.event
/
KeyEvent
Key
Event
public
interface
KeyEvent
A common interface that all keyboard events must extend.
Inheritors
KeyReleased
KeyPressed
KeyTyped
Members
Functions
key
Code
Link copied to clipboard
public
abstract
KeyCode
keyCode
(
)
Returns the code of the key.
key
Location
Link copied to clipboard
public
abstract
KeyLocation
keyLocation
(
)
Returns the location of the key on the keyboard.
key
Modifiers
Link copied to clipboard
public
abstract
KeyModifiers
keyModifiers
(
)
Returns the keyboard modifiers applied.