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