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

Windows touch #1461

Merged
merged 2 commits into from
Jan 9, 2020
Merged

Conversation

nathankopp
Copy link
Contributor

For windows, handle touch events differently from mouse events. Note this includes/requires an update to the vstgui subproject.

Nathan Kopp and others added 2 commits January 9, 2020 01:03
…touch-specific logic: 1) force the rate to be 1:1; 2) in Windows, don't try to reset the cursor (via. SetCursorPos), which is usually done to avoid the mouse bumping up against the edge of the screen. These work together to allow touch to work as expected on Windows, while preserving existing mouse behavior.
@baconpaul baconpaul merged commit fbf7301 into surge-synthesizer:master Jan 9, 2020
@baconpaul
Copy link
Collaborator

Hey I reviewed and merged. Looks great. Can you fire in a separate PR to add yourself to the AUTHORS file? Format should be obvious. Thank you!

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.

2 participants