KeyboardTriggerAction

data class KeyboardTriggerAction(type: ActionOnKey, key: KeyCode) : TriggerAction

The keyboard-related TriggerAction.

Parameters

type

the action performed with the key.

key

the on which the action is performed.

Constructors

Link copied to clipboard
fun KeyboardTriggerAction(type: ActionOnKey, key: KeyCode)

Properties

Link copied to clipboard
val key: KeyCode
Link copied to clipboard
val type: ActionOnKey