---
title: "positionChange"
description: "The distance that the pointer has moved on the screen minus any distance that has been consumed."
type: "function"
---

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


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


```kotlin
fun PointerInputChange.positionChange() = this.positionChangeInternal(false)
```


The distance that the pointer has moved on the screen minus any distance that has been consumed.



