Replies: 1 comment
-
Try the |
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
-
I have an existing ui that has specific semantics for a textfield, which is that mouse wheel add and subtract values from the text field as does click and right click. It seems like you don't get more than the basic events from flet, and even looking at the page.on_event, it seems like scroll events are ignored/discarded earlier.
I think flutter has this concept of listeners. that can be attached anywhere to get "pointer" events. I'm curious if that can be exposed in flet?
Beta Was this translation helpful? Give feedback.
All reactions