Right mouse button long-press is not an option in AndoridAppSettings.cfg

This commit is contained in:
Sergii Pylypenko
2014-02-25 17:29:40 +02:00
parent a599c8ddc7
commit 700a1d88c7
7 changed files with 50 additions and 20 deletions

View File

@@ -51,6 +51,7 @@ class Globals
public static String CommandLine = "";
public static boolean AppUsesMouse = false;
public static boolean AppNeedsTwoButtonMouse = false;
public static boolean RightMouseButtonLongPress = true;
public static boolean ForceRelativeMouseMode = false; // If both on-screen keyboard and mouse are needed, this will only set the default setting, user may override it later
public static boolean ShowMouseCursor = false;
public static boolean GenerateSubframeTouchEvents = false;