a month ago
Trying to handle the Left controller menu button for PCVR. I am using EnhancedInput. I can use Oculus Touch (L) Menu works when using Quest Link. But Steam link seems to require using Valve Index inputs. (They are automatically mapped) But there is no left menu system on Valve Index to choose?
Thanks for any help
a month ago
For valve index, there is no menu button. Instead you use push down the left joystick for menu. At least that's what Epic's VRTemplate does. Define an input action (say IA_Menu) and then implement as left menu press for Oculus Touch and left joystick press for Valve Index. The resulting code should only handle the IA_Menu and shouldn't care about the controllers. Perhaps i misunderstood the question, though.