MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovrSessionStatus1_

Class ovrSessionStatus1_

Revive/REV_CAPI.cpp:266–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266typedef struct ovrSessionStatus1_ {
267 ovrBool IsVisible;
268 ovrBool HmdPresent;
269 ovrBool HmdMounted;
270 ovrBool DisplayLost;
271 ovrBool ShouldQuit;
272 ovrBool ShouldRecenter;
273 ovrBool HasInputFocus;
274 ovrBool OverlayPresent;
275} ovrSessionStatus1;
276
277OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetSessionStatus(ovrSession session, ovrSessionStatus* sessionStatus)
278{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected