AndroidXRMouse
An Input device based on Android XR Mouse interaction profile.
It's derived from OpenXRDevice instead of Mouse to align with the general usage of other OpenXR interactions.
Summary
Inheritance
Inherits from:OpenXRDevice
Properties |
|
---|---|
pose
|
PoseControl
Gets the PoseControl that represents the _pose OpenXR binding.
|
primaryButton
|
ButtonControl
Gets the ButtonControl that represents the _select OpenXR bindings.
|
scroll
|
Vector2Control
Gets the Vector2Control that represents the _scroll OpenXR binding.
|
secondaryButton
|
ButtonControl
Gets the ButtonControl that represents the _secondary OpenXR bindings.
|
tertiaryButton
|
ButtonControl
Gets the ButtonControl that represents the _tertiary OpenXR bindings.
|
Properties
pose
PoseControl pose
Gets the PoseControl that represents the _pose OpenXR binding.
primaryButton
ButtonControl primaryButton
Gets the ButtonControl that represents the _select OpenXR bindings.
secondaryButton
ButtonControl secondaryButton
Gets the ButtonControl that represents the _secondary OpenXR bindings.
tertiaryButton
ButtonControl tertiaryButton
Gets the ButtonControl that represents the _tertiary OpenXR bindings.