From 76f189d9350dd824d503c16f331a86454944e994 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 15 Feb 2020 04:24:51 -0600 Subject: [PATCH] Increased stick mouse offset more --- 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 504af9a..bdbdbb6 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.329; + private const double MOUSESTICKOFFSET = 0.491; public static void Commit(int device) {