Function

move

Sends a move event without updating any of the pointer positions.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
Deprecated Replaced by TouchInjectionScope. Use performTouchInput instead of performGesture

move

fun GestureScope.move() = delegateScope.touch { move() }

Sends a move event without updating any of the pointer positions. This can be useful when batching movement of multiple pointers together, which can be done with movePointerTo and movePointerBy.