| 45 | } |
| 46 | |
| 47 | InputManager::~InputManager() |
| 48 | { |
| 49 | for (InputDevice* device : m_InputDevices) |
| 50 | delete device; |
| 51 | } |
| 52 | |
| 53 | ovrResult InputManager::SetControllerVibration(ovrSession session, ovrControllerType controllerType, float frequency, float amplitude) |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected