this function will be called when the app is active again
| 105 | |
| 106 | // this function will be called when the app is active again |
| 107 | void AppDelegate::applicationWillEnterForeground() |
| 108 | { |
| 109 | Director::getInstance()->startAnimation(); |
| 110 | |
| 111 | #if USE_AUDIO_ENGINE |
| 112 | AudioEngine::resumeAll(); |
| 113 | #endif |
| 114 | } |
| 115 | |
| 116 | void AppDelegate::applicationWillQuit() {} |
| 117 |
no test coverage detected