KeyboardActionListener

interface KeyboardActionListener : ActionListener<KeyboardTriggerAction, KeyEvent>

An action listener in the context of a keyboard.

Functions

Link copied to clipboard
abstract fun action(action: KeyboardTriggerAction, event: KeyEvent)

To be called whenever a certain action happens.