-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Scroll Wheel velocity More Configurable #290
Comments
The logic can be found here https://github.com/fin-hypergrid/core/blob/master/src/features/ThumbwheelScrolling.js |
Hey! I've been doing some work to make mousewheel scrolling speed more configurable :p Two new properties were added These values can be set as:
I'll open pull requests for both repositories for you to test and comment. |
The PRs: |
@hugoeanogueira Did you test on Windows and Mac? Additionally, any thoughts into delegating the event from the ThumbwheelScrolling feature chain as opposed to from the finbars. |
Not yet, I need to get a Windows machine first and do some testing. |
Resolved by Hypergrid v2.1.11 (PR #722). |
See discussion here #282
The text was updated successfully, but these errors were encountered: