---
title: "isBackPressed"
description: "`true` when the back button (mouse back button) is pressed or `false` when it isn't pressed or
there is no mouse button assigned to \"back.\""
type: "property"
---

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


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

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


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


`true` when the back button (mouse back button) is pressed or `false` when it isn't pressed or
there is no mouse button assigned to "back."



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


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


