<h2 id="indexoflastpressed">indexOfLastPressed</h2>

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

```kotlin
expect fun PointerButtons.indexOfLastPressed(): Int
```

Returns the index of last button pressed as used in [isPressed](/jetpack-compose/androidx.compose.ui/ui/functions/isPressed) or `-1` if no button is pressed.

<hr class="docs-overload-divider">

<h2 id="indexoflastpressed-2">indexOfLastPressed</h2>

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

```kotlin
actual fun PointerButtons.indexOfLastPressed(): Int
```