Build apps faster with our new App builder! Check it out →

motionEventSpy

Android

Modifier in Compose Ui

Last updated:

Installation

dependencies {
   implementation("androidx.compose.ui:ui:1.8.0-alpha04")
}

Overloads


fun Modifier.motionEventSpy(watcher: (motionEvent: MotionEvent) -> Unit): Modifier
by @alexstyl