Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for fine-resolution mouse wheel zooming
Some mouses (notably on mac) have finer resolutions. They send mouse wheel events in a higher frequency but with smaller angleDelta() values. So far, zooming with such mouses was leading to unusable fast zoom actions.
- Loading branch information
cf5f373
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix.