---
title: "PointerButtons"
description: "Contains the state of pointer buttons (e.g. mouse and stylus buttons)."
type: "class"
---

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


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

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


```kotlin
value class PointerButtons(internal val packedValue: NativePointerButtons)
```


Contains the state of pointer buttons (e.g. mouse and stylus buttons).



