| 15 | #include <GLFW/glfw3native.h> |
| 16 | |
| 17 | ProfileManager::ProfileManager() |
| 18 | : m_ProfileWindow(nullptr) |
| 19 | , m_ProfileOverlay(vr::k_ulOverlayHandleInvalid) |
| 20 | , m_Texture(nullptr) |
| 21 | , m_Target() |
| 22 | , m_MousePos() |
| 23 | , m_MouseButtons(0) |
| 24 | { |
| 25 | } |
| 26 | |
| 27 | ProfileManager::~ProfileManager() |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected