08-17-2017 03:13 PM
I use to test the returned value of "ovr_submitFrame" to know if the headset was in use. But now it seem to return "Success" even if the headset is not on the user's head.
What other test can I use to know if the headset is in use?
Merci,
Yves
Solved! Go to Solution.
08-18-2017 11:27 AM
O.K. I've found my solution.
I use the "HmdMounted" flag in the ovrSessionSatus struct returned by ovr_GetSessionStatus.
Yves
08-18-2017 11:27 AM
O.K. I've found my solution.
I use the "HmdMounted" flag in the ovrSessionSatus struct returned by ovr_GetSessionStatus.
Yves