Immersive mode can be disabled in AndroidAppSettings.cfg

This commit is contained in:
Sergii Pylypenko
2013-12-23 23:24:49 +02:00
parent 2319578a79
commit 10a7732539
4 changed files with 13 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ class Globals
public static boolean AppUsesGyroscope = false;
public static boolean AppUsesMultitouch = false;
public static boolean NonBlockingSwapBuffers = false;
public static boolean ImmersiveMode = true;
public static boolean ResetSdlConfigForThisVersion = false;
public static String DeleteFilesOnUpgrade = "";
public static int AppTouchscreenKeyboardKeysAmount = 4;