cancel
Showing results for 
Search instead for 
Did you mean: 

Get Oculus Go Touchpad Axis2D

chengnay
Explorer
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)

1 REPLY 1

chengnay
Explorer
I found the solution to the issue.
Just change the function to GetControllerState4 will be able to get RTouchpad Axis2D values.