pub unsafe extern "C" fn ovr_ClearShouldRecenterFlag(
    session: ovrSession
)
Expand description

Clears the ShouldRecenter status bit in ovrSessionStatus.

Clears the ShouldRecenter status bit in ovrSessionStatus, allowing further recenter requests to be detected. Since this is automatically done by ovr_RecenterTrackingOrigin and ovr_SpecifyTrackingOrigin, this is only needs to be called when application is doing its own re-centering.