---
title: "changedToDown"
description: "True if this [PointerInputChange] represents a pointer coming in contact with the screen and that
change has not been consumed."
type: "function"
---

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


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


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


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



