Added a BACK notification besides QUIT, so they go in separate channels.
This commit is contained in:
parent
7bf4b592f8
commit
b7d69c2444
8 changed files with 36 additions and 17 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue