Forum Discussion
chengnay
6 years agoExplorer
Get Oculus Go Touchpad Axis2D
I was trying to get Axis2D from Oculus Go touchpad.
By using OVRPlugin.GetControllerState((uint)OVRPlugin.Controller.RTrackedRemote),
there is no selection for RTouchpad, anyone knows why?
There is only selection for RThumbstick which is not for Oculus Go.
I am able to get Axis2D by using below method,
OVRInput.Get(OVRInput.Axis2D.PrimaryTouchpad).x or OVRInput.Get(OVRInput.Axis2D.PrimaryTouchpad).y
But it requires calling OVRInput.Update(); in every frame.
I am using below versions,
1. Latest Oculus Integration (1.40) from Asset Store
2. Oculus App Version 1.41.0.295808 (1.41.0.295808)
By using OVRPlugin.GetControllerState((uint)OVRPlugin.Controller.RTrackedRemote),
there is no selection for RTouchpad, anyone knows why?
There is only selection for RThumbstick which is not for Oculus Go.
I am able to get Axis2D by using below method,
OVRInput.Get(OVRInput.Axis2D.PrimaryTouchpad).x or OVRInput.Get(OVRInput.Axis2D.PrimaryTouchpad).y
But it requires calling OVRInput.Update(); in every frame.
I am using below versions,
1. Latest Oculus Integration (1.40) from Asset Store
2. Oculus App Version 1.41.0.295808 (1.41.0.295808)
1 Reply
Replies have been turned off for this discussion
- chengnayExplorerI found the solution to the issue.
Just change the function to GetControllerState4 will be able to get RTouchpad Axis2D values.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 10 months ago
- 4 years ago
- 3 years ago
- 10 years ago
- 3 months ago