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

Wrong handling for double and triple click mouse events #366

Open
YouKnow-sys opened this issue Jul 7, 2023 · 0 comments
Open

Wrong handling for double and triple click mouse events #366

YouKnow-sys opened this issue Jul 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@YouKnow-sys
Copy link
Contributor

For example if we first press the left mouse click button and then instantly click the right click button (or the other way around) we will get a WindowEvent::MouseDoubleClick that tell us that we double clicked using right mouse button, even though we used left click and right click together...
same thing goes for triple click event as well...
looks like vizia dont check the order of button for triple or double click atm...

geom3trik added a commit that referenced this issue Jul 10, 2023
@geom3trik geom3trik added the bug Something isn't working label Jul 11, 2023
geom3trik added a commit that referenced this issue Jul 14, 2023
geom3trik added a commit that referenced this issue Jul 21, 2023
* Fix for #367

* Fix for #366

* Fix styling/layout for save_dialog example

* Fix styling for modal example

* Fix for #368 and maybe #361

* Fix clippy warnings

* Update morphorm dependency to fix #346

* Run systems at startup before main loop

* Switching to windows...

* Maybe fix double click issue

* added the circle drawer example for 7gui

* cleanup and some small changes

* applied most of changes suggested in the review

* fixed a bug

* Revert fix for #367

* refactor the code in order to make it more readable

* updated circle_drawer.rs

---------

Co-authored-by: George Atkinson <geomyles@yahoo.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants