godot
godot copied to clipboard
Android: `InputEventMouseMotion` not emitted after double click.
Godot version
v4.0.stable.official [92bee43ad]
System information
Android 13, Mobile Renderer
Issue description
When starting to move your finger after a touch that was a double click InputEventMouseMotion
is not emitted.
Steps to reproduce
- run the MRP with remote debug
- touch on the display of your phone and start moving your finger
- the console should print
"moving"
- now touch two times and start moving your finger
- the console should print
"moving"
but it doesn't
Minimal reproduction project
CC @m4gr3d
Might be same as https://github.com/godotengine/godot/issues/74358
Duplicate of https://github.com/godotengine/godot/issues/76587