handleKeyboardEvents

abstract fun handleKeyboardEvents(eventType: KeyboardEventType, handler: (event: KeyboardEvent, phase: UIEventPhase) -> UIEventResponse): Subscription

Adds the given handler for keyboard events. Use this if you selectively consume events.

Sources

(source)
Link copied to clipboard