Option for soft text input to emulate hw keyboard

This commit is contained in:
pelya
2012-06-19 14:10:10 +03:00
parent 18f09fd09d
commit 1fe5b68fd0
5 changed files with 77 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ class Globals {
public static boolean NeedGles2 = false;
public static boolean CompatibilityHacksVideo = false;
public static boolean CompatibilityHacksStaticInit = false;
public static boolean CompatibilityHacksTextInputEmulatesHwKeyboard = false;
public static boolean HorizontalOrientation = true;
public static boolean InhibitSuspend = false;
public static String ReadmeText = "^You may press \"Home\" now - the data will be downloaded in background".replace("^","\n");