Increased stick mouse offset

This commit is contained in:
Travis Nickles 2020-02-19 20:54:41 -06:00
parent 2ee8f148fa
commit 447ac2d263

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