MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / OnAppDeactivate

Method OnAppDeactivate

ogsr_engine/xrGame/GamePersistent.cpp:691–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691void CGamePersistent::OnAppDeactivate()
692{
693 if (!bEntryFlag)
694 return;
695
696 bRestorePause = Device.Paused();
697 Device.Pause(TRUE, TRUE, TRUE, "CGP::OnAppDeactivate");
698
699 bEntryFlag = FALSE;
700}
701
702bool CGamePersistent::OnRenderPPUI_query()
703{

Callers

nothing calls this directly

Calls 2

PausedMethod · 0.80
PauseMethod · 0.45

Tested by

no test coverage detected