Package it. unibo. alchemist. boundary. jfx. events. keyboard
Types
Link copied to clipboard
The TriggerAction objects regarding key strokes.
Link copied to clipboard
interface KeyboardActionListener : ActionListener<KeyboardTriggerAction, KeyEvent>
Content copied to clipboard
An action listener in the context of a keyboard.
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(type: ActionOnKey, key: KeyCode) : TriggerAction
Content copied to clipboard
The keyboard-related TriggerAction.
Link copied to clipboard
A basic implementation of KeyboardEventDispatcher.