handle Mouse Events
abstract fun handleMouseEvents(eventType: MouseEventType, handler: (event: MouseEvent, phase: UIEventPhase) -> UIEventResponse): Subscription
Content copied to clipboard
Adds the given handler for mouse events. Use this if you selectively consume events.
Sources
(source)
Link copied to clipboard