|
@@ -17,6 +17,7 @@
|
|
<return type="int" enum="ARVRPositionalTracker.TrackerHand">
|
|
<return type="int" enum="ARVRPositionalTracker.TrackerHand">
|
|
</return>
|
|
</return>
|
|
<description>
|
|
<description>
|
|
|
|
+ Returns the hand holding this tracker, if known. See TRACKER_* constants.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_joy_id" qualifiers="const">
|
|
<method name="get_joy_id" qualifiers="const">
|
|
@@ -80,10 +81,13 @@
|
|
</methods>
|
|
</methods>
|
|
<constants>
|
|
<constants>
|
|
<constant name="TRACKER_HAND_UNKNOWN" value="0">
|
|
<constant name="TRACKER_HAND_UNKNOWN" value="0">
|
|
|
|
+ The hand this tracker is held in is unknown or not applicable.
|
|
</constant>
|
|
</constant>
|
|
<constant name="TRACKER_LEFT_HAND" value="1">
|
|
<constant name="TRACKER_LEFT_HAND" value="1">
|
|
|
|
+ This tracker is the left hand controller.
|
|
</constant>
|
|
</constant>
|
|
<constant name="TRACKER_RIGHT_HAND" value="2">
|
|
<constant name="TRACKER_RIGHT_HAND" value="2">
|
|
|
|
+ This tracker is the right hand controller.
|
|
</constant>
|
|
</constant>
|
|
</constants>
|
|
</constants>
|
|
</class>
|
|
</class>
|