KeyListener

interface KeyListener

Classes that implement this interface are informed of KeyEvents when they register with a source that fires these events.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun pressed(event: KeyEvent)

Informs listener that a key was pressed.

Link copied to clipboard
open fun released(event: KeyEvent)

Informs listener that a key was released.