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

Add mouse wheel changes for value inputs #544

Open
AlexBxl opened this issue Dec 2, 2024 · 0 comments
Open

Add mouse wheel changes for value inputs #544

AlexBxl opened this issue Dec 2, 2024 · 0 comments

Comments

@AlexBxl
Copy link
Contributor

AlexBxl commented Dec 2, 2024

Overview

Image

  • How to deal with change precision? If the wheel does +1/-1 on every click, changing values like 1234 will not feel significant. I've found that in most cases the intuitive expectation is logarithmic -- the larger the value, the larger the per-click wheel changes.
  • How to deal with touchpads? Two finger changes are possible, but care must be taken to minimize how it interferes with two-finger panning.
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

1 participant