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

mouse_wheel never become 0 #511

Closed
uu-nn opened this issue Dec 30, 2023 · 3 comments
Closed

mouse_wheel never become 0 #511

uu-nn opened this issue Dec 30, 2023 · 3 comments

Comments

@uu-nn
Copy link

uu-nn commented Dec 30, 2023

after scrolling, its always >=1 or <=-1 but never go to 0 ?

@JohnEdChristensen
Copy link

Just ran into this same issue after upgrading from 1.9.18 to 2.0.3. Previously mouse_wheel would be zero unless scroll events happened since the previous update. It would then return to 0. Now it seems to be stuck 1 or -1 after the first scroll event.

@kitao
Copy link
Owner

kitao commented Jan 8, 2024

It's a bug due to forgetting to reset a parameter. I'll fix it in the next version.

@kitao
Copy link
Owner

kitao commented Jan 8, 2024

It should be fixed in 2.0.4.

@kitao kitao closed this as completed Jan 11, 2024
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

No branches or pull requests

3 participants