Canvas Image Scroll wheel binding #6076
Unanswered
lordofscripts
asked this question in
Q&A
Replies: 1 comment
-
|
To make something interactive you need a widget. So create a custom widget with that image as its rendering and then implement the fyne.Scrollable interface. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my application I have a
canvas.Imagedisplaying a disk and I would like to rotate it.I can rotate the image just fine, but what I would like to do, is bind the mouse's scroll wheel to the canvas that displays the image, so that the rotation can respond to the scroll wheel.
Beta Was this translation helpful? Give feedback.
All reactions