| 264 | } |
| 265 | |
| 266 | typedef 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 | |
| 277 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetSessionStatus(ovrSession session, ovrSessionStatus* sessionStatus) |
| 278 | { |
nothing calls this directly
no outgoing calls
no test coverage detected