Use accumulated input by default, fixes #26395
This commit is contained in:
parent
bb8de092a1
commit
ecd8795755
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ void InputDefault::set_use_accumulated_input(bool p_enable) {
|
||||||
|
|
||||||
InputDefault::InputDefault() {
|
InputDefault::InputDefault() {
|
||||||
|
|
||||||
use_accumulated_input = false;
|
use_accumulated_input = true;
|
||||||
mouse_button_mask = 0;
|
mouse_button_mask = 0;
|
||||||
emulate_touch_from_mouse = false;
|
emulate_touch_from_mouse = false;
|
||||||
emulate_mouse_from_touch = false;
|
emulate_mouse_from_touch = false;
|
||||||
|
|
Loading…
Reference in a new issue