From 42c869affd9af207e45b0cf555ac5aa1933db3f4 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Tue, 4 Feb 2020 21:54:06 -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 2f0514a..a8b7cd5 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.26; + private const double MOUSESTICKOFFSET = 0.32; public static void Commit(int device) {