handleMouseEvents

open override fun handleMouseEvents(eventType: MouseEventType, handler: (event: MouseEvent, phase: UIEventPhase) -> UIEventResponse): Subscription

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

Sources

(source)
Link copied to clipboard