-
I am using fyne/v2 v2.3.5 . I am trying to learn it. The simple widget extends the BaseWidget. I am implementing MouseMoved MouseIn and MouseOut (simply some print lines to verify they are called). Nothing is ever printed On the other hand, MouseDown and MouseUp event are being triggered. Do you have any ideas why that's happening? I tried different layouts, only by itself, those MouseMoved events will not get fired. I am using: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this is almost impossible to answer without seeing the code. Would you mind sharing a simple example? |
Beta Was this translation helpful? Give feedback.
I'm glad to hear that you got it working. I would suggest adding compile-time checks for interface implementations in that case. Add this to get compiler errors if the widget doesn't implement the specified interface: