---
title: "inputDeviceBottomRight"
description: "The bottom right corner of the indirect pointer input device we're interacting with, where (0, 0) is the top left corner of the indirect pointer input device."
type: "property"
lastmod: "2026-05-08T01:17:01.224909Z"
---
## API Reference

> Source set: Common

```kotlin
val IndirectPointerInjectionScope.inputDeviceBottomRight: Offset
```

The bottom right corner of the indirect pointer input device we're interacting with, where (0, 0)
is the top left corner of the indirect pointer input device. Note: This is not related to the
screen coordinates.

Note that `inputDeviceBottomRight.x != inputDeviceWidth` and `inputDeviceBottomRight.y !=
inputDeviceHeight`, see [inputDeviceRight](/jetpack-compose/androidx.compose.ui/ui-test/properties/inputDeviceRight) and [inputDeviceBottom](/jetpack-compose/androidx.compose.ui/ui-test/properties/inputDeviceBottom).
