proc getType*(self: ARVRPositionalTracker): int64 {.gcsafe, locks: 0
.} 
- 
 
proc getName*(self: ARVRPositionalTracker): string {.gcsafe, locks: 0
.} 
- 
 
proc getJoyId*(self: ARVRPositionalTracker): int64 {.gcsafe, locks: 0
.} 
- 
 
proc getTracksOrientation*(self: ARVRPositionalTracker): bool {.gcsafe, locks: 0
.} 
- 
 
proc getOrientation*(self: ARVRPositionalTracker): Basis {.gcsafe, locks: 0
.} 
- 
 
proc getTracksPosition*(self: ARVRPositionalTracker): bool {.gcsafe, locks: 0
.} 
- 
 
proc getPosition*(self: ARVRPositionalTracker): Vector3 {.gcsafe, locks: 0
.} 
- 
 
proc getTransform*(self: ARVRPositionalTracker; adjustByReferenceFrame: bool): Transform {.
    gcsafe, locks: 0
.} 
-