|
@@ -8879,6 +8879,9 @@ void android_main(struct android_app *app){
|
|
if ( MAIN.event_source != NULL) MAIN.event_source->process(app, MAIN.event_source);
|
|
if ( MAIN.event_source != NULL) MAIN.event_source->process(app, MAIN.event_source);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ __android_log_print(ANDROID_LOG_DEBUG, "LAGUI", "Application successfully ended.\n");
|
|
|
|
+ /* Unloads the native dynamic library so we can get clean restarts. */
|
|
|
|
+ exit(0);
|
|
}
|
|
}
|
|
|
|
|
|
void la_DisplayKeyboard(bool pShow) {
|
|
void la_DisplayKeyboard(bool pShow) {
|