summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-03 13:50:07 +0200
committerGitHub <noreply@github.com>2022-07-03 13:50:07 +0200
commit2ca19f91164680facf8eb3d221a83e0b90bda495 (patch)
tree17ade3a848bed047343e01b1f6a3f7c83af96dd8 /core
parent6f024546341fa53eccdafff39e5095979e346c72 (diff)
parent00b3822306deed11547ae05e513bf7031dcba3da (diff)
Merge pull request #62665 from akien-mga/input-accum-enable
Diffstat (limited to 'core')
-rw-r--r--core/input/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/input.h b/core/input/input.h
index f02f2abae5..3ad8c91ddf 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -110,7 +110,7 @@ private:
bool emulate_touch_from_mouse = false;
bool emulate_mouse_from_touch = false;
bool use_input_buffering = false;
- bool use_accumulated_input = false;
+ bool use_accumulated_input = true;
int mouse_from_touch_index = -1;