-
Notifications
You must be signed in to change notification settings - Fork 175
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
Migrate to glutin 0.25 #252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me, this patch doesn't look like it would work properly. Which platforms have you been testing it on?
9fba1a7
to
02c51e6
Compare
Frankly, I don't believe that faking Let's wait for @sebcrozet's comment. |
Sounds like a great change to me. Actually I made the change is simply due to #249, which breaks our project. Perhaps we could go in stages: Fix the issue first, and we can move on to the refactoring? EDIT: grammar |
What I need to make sure is that it actually functions as expected. I may test on Windows (when I have the time to do so), but I don't have a macOS system to test with. The behaviour of |
I looked into the actual implementation in winit. It seems they guarantee the presence of the events I don't have Windows and MacOSX. Suppose we call for testers? Impls in winit:
|
Thank you for this PR! The solution suggested by @alvinhochun, to deprecate the |
Some variables/methods are renamed to reflect the change in glutin. It also fixes #249 to build with nightly compiler.