AndroidXRTrackpadGestures
An Input device based on Android XR Trackpad Gestures interaction profile.
It's derived from OpenXRDevice to align with the general usage of other OpenXR interactions.
Summary
Inheritance
Inherits from:OpenXRDevice
Properties |
|
|---|---|
pinchInActivate
|
ButtonControl
Gets the ButtonControl that represents the _pinchInActivate OpenXR binding.
|
pinchInValue
|
AxisControl
Gets the AxisControl that represents the _pinchInValue OpenXR binding.
|
pinchOutActivate
|
ButtonControl
Gets the ButtonControl that represents the _pinchOutActivate OpenXR binding.
|
pinchOutValue
|
AxisControl
Gets the AxisControl that represents the _pinchOutValue OpenXR binding.
|
rotateActivate
|
ButtonControl
Gets the ButtonControl that represents the _rotateActivate OpenXR binding.
|
rotateValue
|
AxisControl
Gets the AxisControl that represents the _rotateValue OpenXR binding.
|
scroll
|
Vector2Control
Gets the Vector2Control that represents the _scroll OpenXR binding.
|
scrollActivate
|
ButtonControl
Gets the ButtonControl that represents the _scrollActivate OpenXR binding.
|
Properties
pinchInActivate
ButtonControl pinchInActivate
Gets the ButtonControl that represents the _pinchInActivate OpenXR binding.
pinchInValue
AxisControl pinchInValue
Gets the AxisControl that represents the _pinchInValue OpenXR binding.
pinchOutActivate
ButtonControl pinchOutActivate
Gets the ButtonControl that represents the _pinchOutActivate OpenXR binding.
pinchOutValue
AxisControl pinchOutValue
Gets the AxisControl that represents the _pinchOutValue OpenXR binding.
rotateActivate
ButtonControl rotateActivate
Gets the ButtonControl that represents the _rotateActivate OpenXR binding.
rotateValue
AxisControl rotateValue
Gets the AxisControl that represents the _rotateValue OpenXR binding.
scroll
Vector2Control scroll
Gets the Vector2Control that represents the _scroll OpenXR binding.
scrollActivate
ButtonControl scrollActivate
Gets the ButtonControl that represents the _scrollActivate OpenXR binding.