| 82 | } |
| 83 | |
| 84 | void _AndroidGameBecomeActive() |
| 85 | { |
| 86 | clearPendingMultitouchEvents( ); |
| 87 | |
| 88 | if ( Con::isFunction("onAndroidBecomeActive") ) |
| 89 | Con::executef( 1, "onAndroidBecomeActive" ); |
| 90 | |
| 91 | appIsRunning = true; |
| 92 | } |
| 93 | |
| 94 | void _AndroidGameWillTerminate() |
| 95 | { |
no test coverage detected