| 554 | } |
| 555 | |
| 556 | OVR_PUBLIC_FUNCTION(ovrTouchHapticsDesc) ovr_GetTouchHapticsDesc(ovrSession session, ovrControllerType controllerType) |
| 557 | { |
| 558 | REV_TRACE(ovr_GetTouchHapticsDesc); |
| 559 | |
| 560 | return session->Input->GetTouchHapticsDesc(controllerType); |
| 561 | } |
| 562 | |
| 563 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetControllerVibration(ovrSession session, ovrControllerType controllerType, float frequency, float amplitude) |
| 564 | { |
nothing calls this directly
no test coverage detected