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

Method applicationWillEnterForeground

tests/lua-tests/Source/AppDelegate.cpp:84–87  ·  view source on GitHub ↗

this function will be called when the app is active again

Source from the content-addressed store, hash-verified

82
83// this function will be called when the app is active again
84void AppDelegate::applicationWillEnterForeground()
85{
86 Director::getInstance()->startAnimation();
87}

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
startAnimationMethod · 0.80

Tested by

no test coverage detected