How to detect double clicks? #2015
Answered
by
AustinMReppert
veniamin-ilmer
asked this question in
Q&A
-
I see there is a double click enum - https://docs.iced.rs/iced_core/mouse/click/enum.Kind.html#variant.Double Yet, the mouse events seem quite limited, only detecting press and release - https://docs.iced.rs/iced_core/mouse/enum.Event.html |
Beta Was this translation helpful? Give feedback.
Answered by
AustinMReppert
Aug 9, 2023
Replies: 1 comment 2 replies
-
I have been messing with the mouse area widget on a fork, it might help you understand.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run the tour example with debug you should be able to see the events.