Keybind

class Keybind(action: ActionFromKey, key: KeyCode)

A class that describes the relation between a KeyCode and an Action.

Constructors

Link copied to clipboard
fun Keybind(action: ActionFromKey, key: KeyCode)

Properties

Link copied to clipboard
var action: ActionFromKey

The action.

Link copied to clipboard
val actionProperty: ObjectProperty<ActionFromKey>

The property of the action.

Link copied to clipboard
var key: KeyCode

The key.

Link copied to clipboard
val keyProperty: ObjectProperty<KeyCode>

The property of the key.