---
title: "anyChangeConsumed"
description: "True if any aspect of this [PointerInputChange] has been consumed."
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 isConsumed instead

```kotlin
fun PointerInputChange.anyChangeConsumed() = isConsumed
```


True if any aspect of this `PointerInputChange` has been consumed.



