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

Function ovr_GetTouchHapticsDesc

Revive/REV_CAPI.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556OVR_PUBLIC_FUNCTION(ovrTouchHapticsDesc) ovr_GetTouchHapticsDesc(ovrSession session, ovrControllerType controllerType)
557{
558 REV_TRACE(ovr_GetTouchHapticsDesc);
559
560 return session->Input->GetTouchHapticsDesc(controllerType);
561}
562
563OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetControllerVibration(ovrSession session, ovrControllerType controllerType, float frequency, float amplitude)
564{

Callers

nothing calls this directly

Calls 1

GetTouchHapticsDescMethod · 0.80

Tested by

no test coverage detected