JxrPlatformAdapter.PointerCaptureComponent


interface JxrPlatformAdapter.PointerCaptureComponent : JxrPlatformAdapter.Component


Component to enable pointer capture.

Summary

Nested types

Functional interface for receiving updates about the state of pointer capture.

Inherited functions

From androidx.xr.scenecore.JxrPlatformAdapter.Component
Boolean

Lifecycle event, called when component is attached to an Entity.

Unit

Lifecycle event, called when component is detached from an Entity.

Constants

POINTER_CAPTURE_STATE_ACTIVE

Added in 1.0.0-alpha01
const val POINTER_CAPTURE_STATE_ACTIVE = 1: Int

POINTER_CAPTURE_STATE_PAUSED

Added in 1.0.0-alpha01
const val POINTER_CAPTURE_STATE_PAUSED = 0: Int

POINTER_CAPTURE_STATE_STOPPED

Added in 1.0.0-alpha01
const val POINTER_CAPTURE_STATE_STOPPED = 2: Int