Horizontal and precision scrolling support #22
Horizontal and precision scrolling support #22flyingsolomon wants to merge 5 commits into4coder-community:developfrom
Conversation
|
Is the problem that scrolling doesn't support an x axis? How would you test this on a computer? How do I horizontally scroll? |
I have an mx master 3s which has a side-scroll on the mouse. I can test this if needed. |
|
Thanks for offering to help. There was a discussion about delaying this patch until a new release version comes out: https://discord.com/channels/657067375681863699/1033468092950528041/1350503994270945341 |
…l not lock the view when scrolling around
…instead of the active one
… fixed increments
3ac5ca3 to
7c581bd
Compare
|
The state of things: Getting precise values out of scroll events using XLib is apparently very complicated and I have yet to find a simple way to do it, so for now I left fixed values for scroll increments there. |
This is the bare minimum for proper scrolling support, however I don't have a mac or a linux setup so it is tested only on windows and doesn't compile on the other platforms.