Make binding the mouse in the input gui a bit easier

This commit is contained in:
ergo720 2020-09-19 14:20:09 +02:00
parent 6e265244cf
commit d091a0ee8f
1 changed files with 1 additions and 1 deletions

View File

@ -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;