Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: InputEventMouseMotion not emitted after double click. #74436

Closed
HolonProduction opened this issue Mar 5, 2023 · 3 comments
Closed

Comments

@HolonProduction
Copy link
Member

Godot version

v4.0.stable.official [92bee43]

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

@akien-mga
Copy link
Member

CC @m4gr3d

@oleksandrkryvosheiev
Copy link

Might be same as #74358

@m4gr3d
Copy link
Contributor

m4gr3d commented May 8, 2023

Duplicate of #76587

@m4gr3d m4gr3d marked this as a duplicate of #76587 May 8, 2023
@m4gr3d m4gr3d closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants