Merge branch 'jay' into vigem-udpserver

This commit is contained in:
Travis Nickles 2018-10-19 02:38:09 -05:00
commit d30f0e7147

View File

@ -166,7 +166,7 @@ namespace DS4Windows
public static int prevmouseaccel = 0;
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
private const int MOUSESPEEDFACTOR = 48;
private const double MOUSESTICKOFFSET = 0.032;
private const double MOUSESTICKOFFSET = 0.05;
public static void Commit(int device)
{