Simple Keyboard Event Dispatcher
A basic implementation of KeyboardEventDispatcher.
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.