Forum Discussion
GRADGR
7 years agoProtege
How to DETECT if : VR Controller or gamepad is Connected?
- If the app cannot be used without an external input device (e.g. gamepad or 3DOF controller), and no input device is detected when the app starts up, the app must warn the user to connect the necessary device.
- - if your app requires a VR Controller or gamepad but it isn't connected at app launch, present a notification that no gamepad is detected and that it’s required to use the app.
Thank you!
4 Replies
Replies have been turned off for this discussion
- Onionman77ProtegeYou can use checks like thisOVRInput.IsControllerConnected (OVRInput.Controller.RTrackedRemote)OVRInput.IsControllerConnected (OVRInput.Controller.LTrackedRemote)
OVRInput.IsControllerConnected (OVRInput.Controller.Gamepad) - GRADGRProtegeIs this kind of check implemented with Blueprints?
- Anonymous
- GRADGRProtegeI ve seen this node, should this be included for both L+R Motion Controllers? and how to Detect a Gamepad?
Thank you!
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
- 3 years ago