Added system mouse cursor support

This commit is contained in:
pelya
2011-10-31 14:49:07 +03:00
parent e583e21999
commit 585ac4140e
19 changed files with 932 additions and 784 deletions

View File

@@ -45,6 +45,7 @@ class Globals {
public static boolean AppUsesMouse = false;
public static boolean AppNeedsTwoButtonMouse = false;
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 AppNeedsArrowKeys = true;
public static boolean AppNeedsTextInput = true;
public static boolean AppUsesJoystick = false;