| 29 | // Haptics |
| 30 | virtual void SetVibration(float frequency, float amplitude) { } |
| 31 | virtual void SubmitVibration(const ovrHapticsBuffer* buffer) { } |
| 32 | virtual void GetVibrationState(ovrHapticsPlaybackState* outState) { } |
| 33 | |
| 34 | vr::VRActionSetHandle_t ActionSet; |
nothing calls this directly
no outgoing calls
no test coverage detected