---
title: "move"
description: "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]."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Replaced by TouchInjectionScope. Use `performTouchInput` instead of `performGesture`

```kotlin
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`.



