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


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


<h2 id="changedtoup">changedToUp</h2>

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


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


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