---
title: "changedToUpIgnoreConsumed"
description: "True if this [PointerInputChange] represents a pointer breaking contact with the screen, whether
or not that change has been consumed."
type: "function"
---

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


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


```kotlin
fun PointerInputChange.changedToUpIgnoreConsumed() = previousPressed && !pressed
```


True if this `PointerInputChange` represents a pointer breaking contact with the screen, whether
or not that change has been consumed.



