XSDL: screen follows mouse cursor

This commit is contained in:
Sergii Pylypenko
2014-12-22 23:38:38 +02:00
parent 47d4a2a261
commit 2a21ba82ad
8 changed files with 89 additions and 14 deletions

View File

@@ -52,7 +52,8 @@ class Globals
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 ShowMouseCursor = false; // Draw system mouse cursor, if the app does not do it
public static boolean ScreenFollowsMouse = false; // Move app screen make mouse cursor always visible, when soft keyboard is shown
public static boolean AppNeedsArrowKeys = true;
public static boolean AppNeedsTextInput = true;
public static boolean AppUsesJoystick = false;