Relative mouse movement implemented, witohut speed/accel though

This commit is contained in:
pelya
2011-02-07 18:42:54 +00:00
parent 0cb701bb24
commit 96ac2819ed
4 changed files with 44 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ class Globals {
public static boolean RelativeMouseMovement = AppNeedsTwoButtonMouse; // Laptop touchpad mode
public static int RelativeMouseMovementSpeed = 0;
public static int RelativeMouseMovementAccel = 1;
public static boolean ShowScreenUnderFinger = AppNeedsTwoButtonMouse;
public static boolean ShowScreenUnderFinger = false;
public static boolean KeepAspectRatio = false;
public static int ClickScreenPressure = 0;
public static int ClickScreenTouchspotSize = 0;