Package it.unibo.alchemist.boundary.fxui.interaction.keyboard.impl
Types
Link copied to clipboard
The TriggerAction objects regarding key strokes.
Link copied to clipboard
abstract class KeyboardEventDispatcher : PersistentEventDispatcher<KeyboardTriggerAction, KeyEvent>
Content copied to clipboard
An event dispatcher in the context of a keyboard.
Link copied to clipboard
data class KeyboardTriggerAction(val type: ActionOnKey, val key: KeyCode) : TriggerAction
Content copied to clipboard
The keyboard-related TriggerAction.
Link copied to clipboard
A basic implementation of KeyboardEventDispatcher.