LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.event.events
/
KeybindIsPressedEvent
Keybind
Is
Pressed
Event
class
KeybindIsPressedEvent
(
val
keyBinding
:
KeyMapping
,
var
isPressed
:
Boolean
)
:
Event
Members
Constructors
Keybind
Is
Pressed
Event
Link copied to clipboard
constructor
(
keyBinding
:
KeyMapping
,
isPressed
:
Boolean
)
Properties
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
is
Pressed
Link copied to clipboard
var
isPressed
:
Boolean
key
Binding
Link copied to clipboard
val
keyBinding
:
KeyMapping