Increased mouse stick offset

This commit is contained in:
Travis Nickles 2020-01-21 21:56:32 -06:00
parent 208be8aa22
commit ff4c878487

View File

@ -275,7 +275,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.0495; private const double MOUSESTICKOFFSET = 0.20;
public static void Commit(int device) public static void Commit(int device)
{ {