Skip to content
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

Mousewheel fixes #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Mousewheel fixes #20

wants to merge 3 commits into from

Conversation

luzat
Copy link

@luzat luzat commented Feb 18, 2012

There seemed to be a typo (compared to jquery.mousewheel.js) which prevented the mousewheel from working correctly. In addition I've increased the mousewheel speed to a more sensible value (closer to what the browser would do) by multiplying the delta with the magic value 6.

@wccrawford
Copy link

I should have looked here first. Would have saved me an hour. Your orgEvent fix was the same as mine.

The mouse speed, though, I chose to divide by 40 instead of 120 (in a few places), and not divide by 3 for the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants