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

Force Touch causes weird behavior #672

Closed
cptroot opened this issue Dec 10, 2015 · 2 comments
Closed

Force Touch causes weird behavior #672

cptroot opened this issue Dec 10, 2015 · 2 comments

Comments

@cptroot
Copy link

cptroot commented Dec 10, 2015

Using the force touch behavior on my apple trackpad causes ups and downs to no longer be in sync.

@cptroot
Copy link
Author

cptroot commented Dec 29, 2015

I did some messing around with the base glutin to try and diagnose when it happens. As part of this, I discovered that in addition to getting LeftMouseDown and LeftMouseUp events, the app is getting SystemDefined events, subtype 7. These SystemDefined events stop after messing with it for a while, and that's where the odd behavior begins.

The odd behavior consists of occasional duplicated or missing pressed or released events, and the app not hovering over the upper left corner (x does not appear on close button).

I don't currently have a guaranteed repro, other than randomly clicking until the SystemDefined events stop occurring. Clicking out may or may not increase the frequency of this happening.

@tomaka
Copy link
Contributor

tomaka commented Nov 3, 2016

Closing for rust-windowing/winit#63

@tomaka tomaka closed this as completed Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants