KeyboardEventAdapter

interface KeyboardEventAdapter

Callback interface for KeyboardEvents which can typically be implemented by long-lived objects. See KeyboardEventType. This class is part of the internal API so don't call any of these methods, it is the library's job to do so.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
keyPressed
Link copied to clipboard
common
open fun keyPressed(event: KeyboardEvent, phase: UIEventPhase): UIEventResponse
keyReleased
Link copied to clipboard
common
open fun keyReleased(event: KeyboardEvent, phase: UIEventPhase): UIEventResponse
keyTyped
Link copied to clipboard
common
open fun keyTyped(event: KeyboardEvent, phase: UIEventPhase): UIEventResponse
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

InternalComponent
Link copied to clipboard

Sources

(source)
Link copied to clipboard