---
title: "nativeEvent"
description: "Returns the underlying [MotionEvent] for additional information and cross module testing."
type: "property"
---

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


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

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


```kotlin
val IndirectPointerEvent.nativeEvent: MotionEvent
```


Returns the underlying `MotionEvent` for additional information and cross module testing.



