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

Function ovr_ClearShouldRecenterFlag

Revive/REV_CAPI.cpp:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372OVR_PUBLIC_FUNCTION(void) ovr_ClearShouldRecenterFlag(ovrSession session)
373{
374 if (session)
375 session->Status.ShouldRecenter = false;
376}
377
378OVR_PUBLIC_FUNCTION(ovrTrackingState) ovr_GetTrackingState(ovrSession session, double absTime, ovrBool latencyMarker)
379{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected