Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun on(entered: (PointerEvent) -> Unit = {}, exited: (PointerEvent) -> Unit = {}, pressed: (PointerEvent) -> Unit = {}, released: (PointerEvent) -> Unit = {}, clicked: (PointerEvent) -> Unit = {}): PointerListener
Creates a listener that delegates to the provided lambdas for each event type.
Link copied to clipboard
Link copied to clipboard