SDL: option for desktop mouse mode / no touch filtering, added back backspace key handler hack to text input window
This commit is contained in:
@@ -112,6 +112,7 @@ class Globals
|
||||
public static int MoveMouseWithGyroscopeSpeed = 2;
|
||||
public static boolean ClickMouseWithDpad = false;
|
||||
public static boolean RelativeMouseMovement = ForceRelativeMouseMode; // Laptop touchpad mode
|
||||
public static boolean ForceHardwareMouse = false;
|
||||
public static int RelativeMouseMovementSpeed = 2;
|
||||
public static int RelativeMouseMovementAccel = 0;
|
||||
public static int ShowScreenUnderFinger = Mouse.ZOOM_NONE;
|
||||
|
||||
Reference in New Issue
Block a user