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


<a id='references'></a>


<h2 id="positionchangedignoreconsumed">positionChangedIgnoreConsumed</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun PointerInputChange.positionChangedIgnoreConsumed() =
    this.positionChangeInternal(true) != Offset.Companion.Zero
```


True if this `PointerInputChange` represents a pointer moving on the screen ignoring how much of
that movement may have been consumed.