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

Enabling multi-touch on Qt widgets (for multi-touch screens) #1533

Merged
merged 2 commits into from
Mar 17, 2016
Merged

Conversation

scazan
Copy link
Contributor

@scazan scazan commented Jun 11, 2015

I'm using a ThinkPad Yoga and using it as a touch tablet/PC. Using SC GUI has been so much nicer but it is missing the built-in capabilities of Qt multi-touch to make it a real replacement for something like TouchOSC (but with a real GUI library behind it).

Just tried out all these widgets w/ multi-touch and it seems to be working well. Wondering if there were any known caveats to this.

@scztt scztt added this to the 3.8 milestone Jun 11, 2015
@muellmusik
Copy link
Contributor

Sorry, can't test this currently, but is there any performance cost to having this enabled? If so a method to turn it on when needed might be nice.

@scztt
Copy link
Contributor

scztt commented Jun 11, 2015

I doubt if there's any serious performance impact (other than the overhead of multiple mouseMoveEvent's, which is unavoidable). This seems like something we should definitely do for 3.8.

crucialfelix added a commit that referenced this pull request Mar 17, 2016
Enabling multi-touch on Qt widgets (for multi-touch screens)
@crucialfelix crucialfelix merged commit 2b5de89 into supercollider:master Mar 17, 2016
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.

4 participants