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

Method ~InputManager

Revive/InputManager.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70InputManager::~InputManager()
71{
72 for (InputDevice* device : m_InputDevices)
73 delete device;
74}
75
76void InputManager::LoadActionManifest()
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected