motionEventSpy
Android
Modifier in Compose Ui
Last updated:
Installation
dependencies {
implementation("androidx.compose.ui:ui:1.8.0-rc01")
}
Overloads
fun Modifier.motionEventSpy(watcher: (motionEvent: MotionEvent) -> Unit): Modifier
Modifier in Compose Ui
Last updated:
dependencies {
implementation("androidx.compose.ui:ui:1.8.0-rc01")
}
fun Modifier.motionEventSpy(watcher: (motionEvent: MotionEvent) -> Unit): Modifier