Forum Discussion
desjare
7 years agoHonored Guest
vrapi_EnumerateInputDevices only gives me a single ovrControllerType_TrackedRemote controller device
I have only one controller on the Quest that is detected but I receive events from both controller. I am not able to know which hand send me the event since I only have the right hand controller.
Is there a way to get both ovrControllerType_TrackedRemote controllers?
Also, we do not get button events as we would expect them:
Is there a way to get both ovrControllerType_TrackedRemote controllers?
Also, we do not get button events as we would expect them:
ovrButton_Enter = 0x00100000, // Quest A Button & X button
ovrButton_Back = 0x00200000, // Quest B Button & Left Y Button
2 Replies
- leebamberHonored GuestSeems you have to add this to your manifest. I was getting the same thing, only the last controller that had its trigger pressed would show up. Added this to my manifest and see both devices now:
<!-- Tell the system this app works in either 3dof or 6dof mode -->
<uses-feature android:name="android.hardware.vr.headtracking" android:required="false" /> - LinsomontProtegeI had the same problem and thanks to you now my problem is solved.
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
- 2 years ago
- 10 months ago