implementing mouse interactions on shapes #3300
Answered
by
Jacalz
snvgglebear
asked this question in
Q&A
-
How would I use dragevents, pointevents, mouse events, and other mouse interactions on shapes? (Lines, rectangles, etc.) |
Beta Was this translation helpful? Give feedback.
Answered by
Jacalz
Oct 1, 2022
Replies: 1 comment
-
You can make sure to wrap the centavos objects in a custom widget and then implement the interfaces for supporting the given mouse movement ( I believe that most of what you ask about already has been mentioned here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jacalz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can make sure to wrap the centavos objects in a custom widget and then implement the interfaces for supporting the given mouse movement (
desktop.Mouseable
,desktop.Hoverable
.,fyne.Draggable
and so on).I believe that most of what you ask about already has been mentioned here:
#3261