Package it.unibo.alchemist.boundary.jfx.events.keyboard

Types

Link copied to clipboard
enum ActionOnKey : Enum<ActionOnKey>

The TriggerAction objects regarding key strokes.

Link copied to clipboard
interface KeyboardActionListener : ActionListener<KeyboardTriggerAction, KeyEvent>

An action listener in the context of a keyboard.

Link copied to clipboard
abstract class KeyboardEventDispatcher : PersistentEventDispatcher<KeyboardTriggerAction, KeyEvent>

An event dispatcher in the context of a keyboard.

Link copied to clipboard
data class KeyboardTriggerAction(type: ActionOnKey, key: KeyCode) : TriggerAction

The keyboard-related TriggerAction.

Link copied to clipboard
open class SimpleKeyboardEventDispatcher : KeyboardEventDispatcher

A basic implementation of KeyboardEventDispatcher.