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

Make scroll sensitivity configurable + better touchpad support #8

Open
Fusion86 opened this issue Jan 18, 2022 · 1 comment
Open

Make scroll sensitivity configurable + better touchpad support #8

Fusion86 opened this issue Jan 18, 2022 · 1 comment

Comments

@Fusion86
Copy link
Owner

msg.VerticalScroll = e.Delta / 120; // Random guess

Maybe replace this with Math.Clamp(e.Delta, -1, 1);? Though this still results in a too high sensitivity on touchpads.

@quanstar
Copy link

quanstar commented Aug 6, 2023

If you can scroll once, you can't scroll anymore

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

2 participants