MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / applicationWillEnterForeground

Method applicationWillEnterForeground

Source/AppDelegate.cpp:196–203  ·  view source on GitHub ↗

this function will be called when the app is active again

Source from the content-addressed store, hash-verified

194
195// this function will be called when the app is active again
196void AppDelegate::applicationWillEnterForeground()
197{
198 Director::getInstance()->startAnimation();
199
200#if USE_AUDIO_ENGINE
201 AudioEngine::resumeAll();
202#endif
203}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected