Added a BACK notification besides QUIT, so they go in separate channels.

This commit is contained in:
Juan Linietsky
2017-01-11 16:34:32 -03:00
parent 7bf4b592f8
commit b7d69c2444
8 changed files with 36 additions and 17 deletions

View File

@@ -721,7 +721,7 @@ public class Godot extends Activity implements SensorEventListener, IDownloaderC
@Override public void onBackPressed() {
System.out.printf("** BACK REQUEST!\n");
GodotLib.quit();
GodotLib.back();
}
public void forceQuit() {