Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ OnAppActivate
Method
OnAppActivate
ogsr_engine/xrGame/GamePersistent.cpp:684–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
682
static BOOL bEntryFlag = TRUE;
683
684
void CGamePersistent::OnAppActivate()
685
{
686
Device.Pause(FALSE, !bRestorePause, TRUE,
"CGP::OnAppActivate"
);
687
688
bEntryFlag = TRUE;
689
}
690
691
void CGamePersistent::OnAppDeactivate()
692
{
Callers
nothing calls this directly
Calls
1
Pause
Method · 0.45
Tested by
no test coverage detected