JxrPlatformAdapter.PointerCaptureComponent


public interface JxrPlatformAdapter.PointerCaptureComponent extends JxrPlatformAdapter.Component


Component to enable pointer capture.

Summary

Nested types

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

Constants

default static final int
default static final int
default static final int

Inherited methods

From androidx.xr.scenecore.JxrPlatformAdapter.Component
abstract boolean

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

abstract void

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

Constants

POINTER_CAPTURE_STATE_ACTIVE

Added in 1.0.0-alpha01
default static final int POINTER_CAPTURE_STATE_ACTIVE = 1

POINTER_CAPTURE_STATE_PAUSED

Added in 1.0.0-alpha01
default static final int POINTER_CAPTURE_STATE_PAUSED = 0

POINTER_CAPTURE_STATE_STOPPED

Added in 1.0.0-alpha01
default static final int POINTER_CAPTURE_STATE_STOPPED = 2