From 03b3acb2090c49ce66cb9aea87552451e3822a64 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 19 Oct 2018 03:33:03 -0500 Subject: [PATCH] Lowered mouse stick offset a bit --- 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 aa5d42d..4601a7f 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.05; + private const double MOUSESTICKOFFSET = 0.049; public static void Commit(int device) {