Increased mouse stick offset value

Increasing it seems viable now
This commit is contained in:
Travis Nickles 2019-01-13 15:06:26 -06:00
parent a8a55b46dc
commit 5ec6bcb11a

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