---
title: "positionChangedIgnoreConsumed"
description: "True if this [PointerInputChange] represents a pointer moving on the screen ignoring how much of
that movement may have been consumed."
type: "function"
---

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


<a id='references'></a>
<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.



