We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onClick is called on pointer down It leads to onClick execution at drag start
The text was updated successfully, but these errors were encountered:
Yes, I am not sure how to differentiate between them. We can call onClick when the pointer mouse button released instead on down. Will it make sense?
Sorry, something went wrong.
Yes, it should call onClick on release and check any move. Also i found this builtin way: https://github.com/Lewik/mapview/blob/148dc3508d0b133189d1a68df57a7df056997c84/common/src/desktopMain/kotlin/mapview/canvasGestures.kt
Thanks, I will try it later
ArystanK
No branches or pull requests
onClick is called on pointer down
It leads to onClick execution at drag start
The text was updated successfully, but these errors were encountered: