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 | PoseControlGets the PoseControl that represents the _pose OpenXR binding.  | 
| primaryButton | ButtonControlGets the ButtonControl that represents the _select OpenXR bindings.  | 
| scroll | Vector2ControlGets the Vector2Control that represents the _scroll OpenXR binding.  | 
| secondaryButton | ButtonControlGets the ButtonControl that represents the _secondary OpenXR bindings.  | 
| tertiaryButton | ButtonControlGets 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.
