---
title: "positionChangeIgnoreConsumed"
description: "The distance that the pointer has moved on the screen, ignoring the fact that it might have been
consumed."
type: "function"
---

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


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


```kotlin
fun PointerInputChange.positionChangeIgnoreConsumed() = this.positionChangeInternal(true)
```


The distance that the pointer has moved on the screen, ignoring the fact that it might have been
consumed.



