MCPcopy Create free account
hub / github.com/axmolengine/axmol / applicationWillEnterForeground

Method applicationWillEnterForeground

tests/cpp-tests/Source/AppDelegate.cpp:152–160  ·  view source on GitHub ↗

this function will be called when the app is active again

Source from the content-addressed store, hash-verified

150
151// this function will be called when the app is active again
152void AppDelegate::applicationWillEnterForeground()
153{
154 if (_testController)
155 {
156 // _testController->onEnterForeground();
157 }
158
159 Director::getInstance()->startAnimation();
160}
161
162void AppDelegate::applicationWillQuit()
163{

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
startAnimationMethod · 0.80

Tested by

no test coverage detected