Increased stick mouse offset

This commit is contained in:
Travis Nickles 2020-03-20 02:03:46 -05:00
parent 129dd25d06
commit 6a6f2a61eb

View File

@ -275,7 +275,7 @@ namespace DS4Windows
public static int prevmouseaccel = 0; public static int prevmouseaccel = 0;
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0; private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
public const int MOUSESPEEDFACTOR = 48; public const int MOUSESPEEDFACTOR = 48;
private const double MOUSESTICKOFFSET = 0.493; private const double MOUSESTICKOFFSET = 0.59;
public static void Commit(int device) public static void Commit(int device)
{ {