MCPcopy 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

682static BOOL bEntryFlag = TRUE;
683
684void CGamePersistent::OnAppActivate()
685{
686 Device.Pause(FALSE, !bRestorePause, TRUE, "CGP::OnAppActivate");
687
688 bEntryFlag = TRUE;
689}
690
691void CGamePersistent::OnAppDeactivate()
692{

Callers

nothing calls this directly

Calls 1

PauseMethod · 0.45

Tested by

no test coverage detected