---
title: "PointerKeyboardModifiers"
description: "Contains the state of modifier keys, such as Shift, Control, and Alt, as well as the state of the
lock keys, such as Caps Lock and Num Lock."
type: "class"
---

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


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

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


```kotlin
value class PointerKeyboardModifiers(internal val packedValue: NativePointerKeyboardModifiers)
```


Contains the state of modifier keys, such as Shift, Control, and Alt, as well as the state of the
lock keys, such as Caps Lock and Num Lock.



