From d091a0ee8f9160b7108c8fe5fdc33cc26bf3aa7e Mon Sep 17 00:00:00 2001 From: ergo720 <45463469+ergo720@users.noreply.github.com> Date: Sat, 19 Sep 2020 14:20:09 +0200 Subject: [PATCH] Make binding the mouse in the input gui a bit easier --- src/common/input/InputWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/input/InputWindow.cpp b/src/common/input/InputWindow.cpp index eea57c8f5..6d390c440 100644 --- a/src/common/input/InputWindow.cpp +++ b/src/common/input/InputWindow.cpp @@ -38,7 +38,7 @@ #define OUTPUT_TIMEOUT 3000 -constexpr ControlState INPUT_DETECT_THRESHOLD = 0.55; // arbitrary number, using what Dolphin uses +constexpr ControlState INPUT_DETECT_THRESHOLD = 0.35; // NOTE: this should probably be made user configurable InputWindow* g_InputWindow = nullptr;