proc controllerId*(self: ARVRController): int64 {.gcsafe, locks: 0
.}
-
proc `controllerId =`*(self: ARVRController; val: int64) {.gcsafe, locks: 0
.}
-
proc getControllerName*(self: ARVRController): string {.gcsafe, locks: 0
.}
-
proc getJoystickId*(self: ARVRController): int64 {.gcsafe, locks: 0
.}
-
proc isButtonPressed*(self: ARVRController; button: int64): int64 {.gcsafe, locks: 0
.}
-
proc getJoystickAxis*(self: ARVRController; axis: int64): float64 {.gcsafe, locks: 0
.}
-
proc getIsActive*(self: ARVRController): bool {.gcsafe, locks: 0
.}
-