mouse scroll event delta doesn't fire the ScrollDelta::Pixels only the ScrollDelta::Lines #2561
Open
4 tasks done
Labels
bug
Something isn't working
Is your issue REALLY a bug?
updating this comment: In viewer.rs line 172, your match is with either lines or pixels so you return lines regardless. So maybe you should separate this out or just do lines??
Is there an existing issue for this?
Is this issue related to iced?
What happened?
While trying to incorporate the mouse ScrollDelta::Pixels into icedpygui, previously only used the ScrollDelta::Lines, I have determined that it does not fired the Pixels, only the Lines. I ran the event example and since it displays all of the events, Pixels is missing. I used the example in the master and the example in the latest repos.
What is the expected behavior?
the event ScrollDelta::Pixels is fired.
Version
master
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: