Forum Discussion
knup
11 years agoHonored Guest
Mouse Active Outside of Application
I found that the mouse is still active outside of my game (in direct mode, the unity app does not go full screen, some sort of hybrid windowed mode), so from time to time I catch the top of the window...
drash
11 years agoHeroic Explorer
You can try the following in a script somewhere:
Screen.lockCursor = true;
Screen.showCursor = false;
And I think the OVRMainMenu in the current SDK already does this if you happen to be using that.
Screen.lockCursor = true;
Screen.showCursor = false;
And I think the OVRMainMenu in the current SDK already does this if you happen to be using that.
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
- 1 year ago
- 2 years agoAnonymous
- 11 months ago