Keyboard Event Adapter
interface KeyboardEventAdapter
Content copied to clipboard
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
keyPressed
Link copied to clipboard
open fun keyPressed(event: KeyboardEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
keyReleased
Link copied to clipboard
open fun keyReleased(event: KeyboardEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
keyTyped
Link copied to clipboard
open fun keyTyped(event: KeyboardEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
Inheritors
InternalComponent
Link copied to clipboard
Sources
(source)
Link copied to clipboard