Package it.unibo.alchemist.boundary.fxui.interaction.keyboard.impl

Types

Link copied to clipboard
enum ActionOnKey : Enum<ActionOnKey>

The TriggerAction objects regarding key strokes.

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(val type: ActionOnKey, val key: KeyCode) : TriggerAction

The keyboard-related TriggerAction.

Link copied to clipboard
open class SimpleKeyboardEventDispatcher : KeyboardEventDispatcher

A basic implementation of KeyboardEventDispatcher.