move
Deprecated
Replaced by TouchInjectionScope. Use performTouchInput instead of performGesture
Source set: Common
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.