Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun on(moved: (PointerEvent) -> Unit = {}, dragged: (PointerEvent) -> Unit = {}): PointerMotionListener
Creates a listener that delegates to the provided lambdas for each event type.