Screen keyboard text input can be disabled through ChangeAppSettings, also it will hide screen joystick if it's not required, but key amount > 0

This commit is contained in:
pelya
2010-11-05 16:11:18 +02:00
parent 152ac68f89
commit 6b250d3d50
4 changed files with 27 additions and 7 deletions

View File

@@ -26,6 +26,8 @@ class Globals {
public static boolean AppNeedsArrowKeys = true;
public static boolean AppNeedsTextInput = true;
public static boolean AppUsesJoystick = false;
public static boolean AppHandlesJoystickSensitivity = false;