This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.17 Reference Guide

ovrDetectResult Struct Reference

Return values for ovr_Detect.

Data Fields

ovrBool
Is ovrFalse when the Oculus Service is not running.
ovrBool
Is ovrFalse when an Oculus HMD is not detected.

Detailed Description

Field Documentation

ovrBool ovrDetectResult::IsOculusServiceRunning ( )
Is ovrFalse when the Oculus Service is not running.
This means that the Oculus Service is either uninstalled or stopped. IsOculusHMDConnected will be ovrFalse in this case. Is ovrTrue when the Oculus Service is running. This means that the Oculus Service is installed and running. IsOculusHMDConnected will reflect the state of the HMD.
ovrBool ovrDetectResult::IsOculusHMDConnected ( )
Is ovrFalse when an Oculus HMD is not detected.
If the Oculus Service is not running, this will be ovrFalse. Is ovrTrue when an Oculus HMD is detected. This implies that the Oculus Service is also installed and running.
The documentation for this struct was generated from the following file: Include/Extras/OVR_CAPI_Util.h