handle Keyboard Events
open override fun handleKeyboardEvents(eventType: KeyboardEventType, handler: (event: KeyboardEvent, phase: UIEventPhase) -> UIEventResponse): Subscription
Content copied to clipboard
Adds the given handler for keyboard events. Use this if you selectively consume events.
Sources
(source)
Link copied to clipboard