Struct ovr_sys::ovrSessionStatus [] [src]

#[repr(C)]
pub struct ovrSessionStatus { pub IsVisible: ovrBool, pub HmdPresent: ovrBool, pub HmdMounted: ovrBool, pub DisplayLost: ovrBool, pub ShouldQuit: ovrBool, pub ShouldRecenter: ovrBool, }

Specifies status information for the current session.

see ovr_GetSessionStatus

Fields

True if the process has VR focus and thus is visible in the HMD.

True if an HMD is present.

True if the HMD is on the user's head.

True if the session is in a display-lost state. See ovr_SubmitFrame.

True if the application should initiate shutdown.

True if UX has requested re-centering. Must call ovr_ClearShouldRecenterFlag, ovr_RecenterTrackingOrigin or ovr_SpecifyTrackingOrigin.

Trait Implementations

impl Debug for ovrSessionStatus
[src]

Formats the value using the given formatter.

impl Copy for ovrSessionStatus
[src]

impl Clone for ovrSessionStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more