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

x11: fix KeyboardInput delivered twice with IME #4049

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

kchibisov
Copy link
Member

The filtered events were still processed even though they shouldn't once we know that they're filtered.

Fixes #4048.

The filtered events were still processed even though they shouldn't once
we know that they're filtered.

Fixes rust-windowing#4048.
@kchibisov kchibisov merged commit e316a89 into rust-windowing:master Dec 22, 2024
58 checks passed
@kchibisov kchibisov deleted the fix-processing-filtered branch December 22, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Winit 0.30.6 triggers two key press events instead of one
2 participants