---
title: "consumeDownChange"
description: "Consume the up or down change of this [PointerInputChange] if there is an up or down change to
consume."
type: "function"
---

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


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


> **Deprecated** Partial consumption has been deprecated. Use consume() instead.

```kotlin
fun PointerInputChange.consumeDownChange()
```


Consume the up or down change of this `PointerInputChange` if there is an up or down change to
consume.



