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

ovrSessionStatus Struct Reference

Specifies status information for the current session.

Data Fields

ovrBool
True if the process has VR focus and thus is visible in the HMD.
ovrBool
True if an HMD is present.
ovrBool
True if the HMD is on the user's head.
ovrBool
True if the session is in a display-lost state. See ovr_SubmitFrame.
ovrBool
True if the application should initiate shutdown.
ovrBool
True if UX has requested re-centering.
ovrBool

Detailed Description

Field Documentation

ovrBool ovrSessionStatus::IsVisible ( )
True if the process has VR focus and thus is visible in the HMD.
ovrBool ovrSessionStatus::HmdPresent ( )
True if an HMD is present.
ovrBool ovrSessionStatus::HmdMounted ( )
True if the HMD is on the user's head.
ovrBool ovrSessionStatus::DisplayLost ( )
True if the session is in a display-lost state. See ovr_SubmitFrame.
ovrBool ovrSessionStatus::ShouldQuit ( )
True if the application should initiate shutdown.
ovrBool ovrSessionStatus::ShouldRecenter ( )
True if UX has requested re-centering.
Must call ovr_ClearShouldRecenterFlag, ovr_RecenterTrackingOrigin or ovr_SpecifyTrackingOrigin.
ovrBool ovrSessionStatus::Internal[2] ( )
The documentation for this struct was generated from the following file: Include/OVR_CAPI.h