Support for touch event history, for more accurate drawing.

This commit is contained in:
pelya
2013-11-05 10:48:51 +02:00
parent 7f6347c844
commit 06e6778145
6 changed files with 45 additions and 4 deletions

View File

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