Increased stick mouse offset more

This commit is contained in:
Travis Nickles 2020-02-15 04:24:51 -06:00
parent 35127ceead
commit 76f189d935

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