---
title: "nativeKeyCode"
description: "The native keycode corresponding to this [Key]."
type: "property"
---

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


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

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


```kotlin
val Key.nativeKeyCode: Int
```


The native keycode corresponding to this `Key`.



