MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~InputManager

Method ~InputManager

ReviveXR/InputManager.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47InputManager::~InputManager()
48{
49 for (InputDevice* device : m_InputDevices)
50 delete device;
51}
52
53ovrResult InputManager::SetControllerVibration(ovrSession session, ovrControllerType controllerType, float frequency, float amplitude)
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected