---
title: "areAnyPressed"
description: "Returns `true` if any button is pressed or `false` if all buttons are released."
type: "property"
---

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


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

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


```kotlin
expect val PointerButtons.areAnyPressed: Boolean
```


Returns `true` if any button is pressed or `false` if all buttons are released.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
actual val PointerButtons.areAnyPressed: Boolean
```


