From 5ec6bcb11a052d684d54ab0eac7f58634d7da955 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 13 Jan 2019 15:06:26 -0600 Subject: [PATCH] Increased mouse stick offset value Increasing it seems viable now --- DS4Windows/DS4Control/Mapping.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/Mapping.cs b/DS4Windows/DS4Control/Mapping.cs index b151233..209917e 100644 --- a/DS4Windows/DS4Control/Mapping.cs +++ b/DS4Windows/DS4Control/Mapping.cs @@ -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) {