SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

feat: mouseWheelSensitivityX and mouseWheelSensitivityY options

Open lfagundes opened this issue 4 years ago • 1 comments

When I set enableMouseWheelScrollHandler, the mouse wheel sensitivity increases a lot. To fix that, I put these constants that were already being used as options.

In my first experiments, 3 would be a better default value for both. It's closer to the sensitivity when enableMouseWheelScrollHandler is false, and more ergonomic.

lfagundes avatar Nov 04 '21 15:11 lfagundes

I ended up not using this code, so not sure if this is relevant or not.

I use a trackball, and in my environment the mouse wheel sensitivity increases when enableMouseWheelScrollHandler is enabled. But other people had a different experience, and we ended up keeping the default values.

lfagundes avatar Nov 05 '21 18:11 lfagundes

closing since I don't think this is needed and the codebase changed a lot since then and will change even more when Roadmap to v4.0 is soon to be released

ghiscoding avatar May 15 '23 17:05 ghiscoding