Revert mouse stick offset

This commit is contained in:
Travis Nickles 2018-12-14 05:40:20 -06:00
parent bd2a2fe4f0
commit 1019790e25

View File

@ -166,7 +166,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;
private const int MOUSESPEEDFACTOR = 48; private const int MOUSESPEEDFACTOR = 48;
private const double MOUSESTICKOFFSET = 0.048; private const double MOUSESTICKOFFSET = 0.049;
public static void Commit(int device) public static void Commit(int device)
{ {