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


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


<h2 id="changedtodownignoreconsumed">changedToDownIgnoreConsumed</h2>

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


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


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