Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetPPMode
Method
SetPPMode
ogsr_engine/xrGame/ui/UIWindow.cpp:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void CUIWindow::SetPPMode()
83
{
84
m_bPP = true;
85
MainMenu()->RegisterPPDraw(this);
86
Show(false);
87
};
88
89
void CUIWindow::ResetPPMode()
90
{
Callers
1
CUIMMShniaga
Method · 0.80
Calls
3
MainMenu
Function · 0.85
Show
Function · 0.85
RegisterPPDraw
Method · 0.80
Tested by
no test coverage detected