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