-
Notifications
You must be signed in to change notification settings - Fork 912
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
[X11] Missing key release event #1965
Comments
From the issue you linked, it seems like the problem you're having looks like it's caused by a missing key release event, and I've changed the issue title to reflect that. I'm going to need some more info in order to get a proper understanding of exactly what's going wrong, though.
|
|
@maroider what is the replacement for VirtualKeyCode in the new version? |
Its closest analogue is the |
Well, we use VirtualKeyCode Event, so will Key enum easy replace it? |
@maroider what example I should choose for trying to reproducing this bug in winit only? |
Ideally, you'd make your own minimal, reproducible example based off of the keyboard handling code in rg3d. |
So, our engine uses winit for windowing, and have encoutared this issues: FyroxEngine/Fyrox#108
What can cause this issue? A bug in winit or bug in the engine? The issue have some information too, look at the disscussion in the issue.
The text was updated successfully, but these errors were encountered: