From d8aab220511776031bb53cfc45d230101f00e5d8 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 19 Oct 2018 02:37:50 -0500 Subject: [PATCH] Raised mouse stick offset --- 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 69f0ac4..aa5d42d 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.032; + private const double MOUSESTICKOFFSET = 0.05; public static void Commit(int device) {