Function

move

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

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.