Further lower stick mouse offset

This commit is contained in:
Travis Nickles 2020-03-23 14:02:56 -05:00
parent 81d2d1899b
commit d730369600

View File

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