cancel
Showing results for 
Search instead for 
Did you mean: 

PCVR Left Menu Button when using Steam Link

bobcober
Protege

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

1 REPLY 1

2SsockS
Honored Guest

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.