diff --git a/core/os/input_event.cpp b/core/os/input_event.cpp index 73eaa33dbbb..dbf7944e9a4 100644 --- a/core/os/input_event.cpp +++ b/core/os/input_event.cpp @@ -461,7 +461,7 @@ void InputEventMouseButton::_bind_methods() { InputEventMouseButton::InputEventMouseButton() { - factor = 0; + factor = 1; button_index = 0; pressed = false; doubleclick = false;