Keyboard Event Dispatcher
abstract class KeyboardEventDispatcher : PersistentEventDispatcher<KeyboardTriggerAction, KeyEvent>
Content copied to clipboard
An event dispatcher in the context of a keyboard.
Constructors
Functions
Link copied to clipboard
open operator override fun set(trigger: KeyboardTriggerAction, job: (event: KeyEvent) -> Unit)
Content copied to clipboard
Adds a job to be performed whenever an event triggers the dispatcher through the listener.