From 37feb22ca8de40f83385f1ca99858f3dd2801386 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 9 Feb 2020 21:14:45 -0600 Subject: [PATCH] Increased stick mouse 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 a8b7cd5..786fb7d 100644 --- a/DS4Windows/DS4Control/Mapping.cs +++ b/DS4Windows/DS4Control/Mapping.cs @@ -275,7 +275,7 @@ namespace DS4Windows public static int prevmouseaccel = 0; private static double horizontalRemainder = 0.0, verticalRemainder = 0.0; public const int MOUSESPEEDFACTOR = 48; - private const double MOUSESTICKOFFSET = 0.32; + private const double MOUSESTICKOFFSET = 0.329; public static void Commit(int device) {