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

Method SubmitVibration

Revive/InputManager.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected