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

Method SetVibration

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

Haptics

Source from the content-addressed store, hash-verified

28
29 // Haptics
30 virtual void SetVibration(float frequency, float amplitude) { }
31 virtual void SubmitVibration(const ovrHapticsBuffer* buffer) { }
32 virtual void GetVibrationState(ovrHapticsPlaybackState* outState) { }
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected