()
| 20 | |
| 21 | // This function should be called each time the activity is started |
| 22 | public static void initialize() { |
| 23 | setContext(null); |
| 24 | |
| 25 | SDLActivity.initialize(); |
| 26 | SDLAudioManager.initialize(); |
| 27 | SDLControllerManager.initialize(); |
| 28 | } |
| 29 | |
| 30 | // This function stores the current activity (SDL or not) |
| 31 | public static void setContext(Context context) { |
no test coverage detected