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

Method ProfileManager

Revive/ProfileManager.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <GLFW/glfw3native.h>
16
17ProfileManager::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
27ProfileManager::~ProfileManager()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected