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 shift handling correction #4747

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

baconpaul
Copy link
Collaborator

The mouse distance restated values based on base + total motion
but this broke with shift which kncoked you out of whack so
keep an incremental distance and += the value or modvalue
based on that

Closes #4738

The mouse distance restated values based on base + total motion
but this broke with shift which kncoked you out of whack so
keep an incremental distance and += the value or modvalue
based on that

Closes surge-synthesizer#4738
@baconpaul baconpaul merged commit 57bb23d into surge-synthesizer:main Jul 13, 2021
@baconpaul baconpaul deleted the mouse-4738 branch July 13, 2021 01:52
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.

Jumpy behavior when holding Shift while dragging a slider
1 participant