godot icon indicating copy to clipboard operation
godot copied to clipboard

Android: `InputEventMouseMotion` not emitted after double click.

Open HolonProduction opened this issue 1 year ago • 2 comments

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

mouse_motion_android.zip

HolonProduction avatar Mar 05 '23 13:03 HolonProduction

CC @m4gr3d

akien-mga avatar Mar 05 '23 16:03 akien-mga

Might be same as https://github.com/godotengine/godot/issues/74358

oleksandrkryvosheiev avatar Mar 06 '23 08:03 oleksandrkryvosheiev

Duplicate of https://github.com/godotengine/godot/issues/76587

m4gr3d avatar May 08 '23 16:05 m4gr3d