Increased stick mouse offset

This commit is contained in:
Travis Nickles 2020-02-09 21:14:45 -06:00
parent 42c869affd
commit 37feb22ca8

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.32;
private const double MOUSESTICKOFFSET = 0.329;
public static void Commit(int device)
{