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

Function ovr_GetControllerVibrationState

Revive/REV_CAPI.cpp:583–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetControllerVibrationState(ovrSession session, ovrControllerType controllerType, ovrHapticsPlaybackState* outState)
584{
585 REV_TRACE(ovr_GetControllerVibrationState);
586
587 if (!session)
588 return ovrError_InvalidSession;
589
590 return session->Input->GetControllerVibrationState(session, controllerType, outState);
591}
592
593OVR_PUBLIC_FUNCTION(ovrResult) ovr_TestBoundary(ovrSession session, ovrTrackedDeviceType deviceBitmask,
594 ovrBoundaryType boundaryType, ovrBoundaryTestResult* outTestResult)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected