Topic: mousewheel event handling
tothxa Topic Opener |
Posted at: 2021-08-18, 21:30
I have some ideas for wheel handling that need changing what arguments are passed to handle_mousewheel. I'd like to ask for feedback on them.
Top Quote |
Nordfriese |
Posted at: 2021-08-19, 11:12
If you need more parameters to be passed down the event handling hierarchy, feel free to add them. The only downside of any such change is that you'll need to update the definitions of the respective handlers in all overriding classes, which can be a tedious task, but if you don't mind doing that go ahead Flipped scrolling: Sounds good to me, but this should be commented on by someone who uses it, I hate that system setting which: No idea what this does or why we check for it… Top Quote |
tothxa Topic Opener |
Posted at: 2021-08-19, 18:51
Thank you for the answers. Yes, I figured I'll have to update all handlers, but I tried hard to find them and I still think that all of them are in UI elements derived from panel. There were only 9 of those, and I already touched most of them (and added a few more). I'll try to hunt down when I'm too old school for flipped scrolling too. (and they even call it "natural scrolling" in xinput… kids these days… ) Anyway, it would be nice if I could get comments from others for my other questions as well… Top Quote |