mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Added a BACK notification besides QUIT, so they go in separate channels.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user