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

Function ovr_SubmitControllerVibration

Revive/REV_CAPI.cpp:573–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573OVR_PUBLIC_FUNCTION(ovrResult) ovr_SubmitControllerVibration(ovrSession session, ovrControllerType controllerType, const ovrHapticsBuffer* buffer)
574{
575 REV_TRACE(ovr_SubmitControllerVibration);
576
577 if (!session)
578 return ovrError_InvalidSession;
579
580 return session->Input->SubmitControllerVibration(session, controllerType, buffer);
581}
582
583OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetControllerVibrationState(ovrSession session, ovrControllerType controllerType, ovrHapticsPlaybackState* outState)
584{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected