Lower mouse speed factor

This commit is contained in:
Travis Nickles 2017-08-04 06:11:55 -05:00
parent 315797fe53
commit acb03500a0

View File

@ -145,7 +145,7 @@ namespace DS4Windows
public static int mouseaccel = 0;
public static int prevmouseaccel = 0;
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
private const int MOUSESPEEDFACTOR = 40;
private const int MOUSESPEEDFACTOR = 30;
private const double MOUSESTICKOFFSET = 0.03;
public static void Commit(int device)