AndroidXRMouseUsages
Tags that can be used with InputDevice.TryGetFeatureValue to get mouse related input features.
See See also:CommonUsages for additional usages.
Summary
Public static attributes |
|
---|---|
pointerPosition =
new InputFeatureUsage
|
InputFeatureUsage< Vector3 >
The pointer position for the mouse.
|
pointerRotation =
new InputFeatureUsage
|
InputFeatureUsage< Quaternion >
The pointer orientation of the mouse.
|
Public static attributes
pointerPosition
InputFeatureUsage< Vector3 > pointerPosition = new InputFeatureUsage("pointerPosition")
The pointer position for the mouse.
pointerRotation
InputFeatureUsage< Quaternion > pointerRotation = new InputFeatureUsage("pointerRotation")
The pointer orientation of the mouse.