KeybindIsPressedEvent

class KeybindIsPressedEvent(val keyBinding: KeyMapping, var isPressed: Boolean) : Event

Constructors

Link copied to clipboard
constructor(keyBinding: KeyMapping, isPressed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keyBinding: KeyMapping