Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ ResetPPMode
Method
ResetPPMode
ogsr_engine/xrGame/ui/UIWindow.cpp:89–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
};
88
89
void CUIWindow::ResetPPMode()
90
{
91
if (GetPPMode())
92
{
93
MainMenu()->UnregisterPPDraw(this);
94
m_bPP = false;
95
}
96
}
97
98
CUIWindow::CUIWindow()
99
{
Callers
nothing calls this directly
Calls
3
GetPPMode
Function · 0.85
MainMenu
Function · 0.85
UnregisterPPDraw
Method · 0.80
Tested by
no test coverage detected