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

On macOS, fix globe key triggering assertion #3157

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

kchibisov
Copy link
Member

Sometimes FlagsChanged events don't carry any KeyCode information, thus we can't create a synthetic presses events for them.

However in such cases, modifiers information is still accurate, thus propagate it.

Fixes #2872.

Sometimes FlagsChanged events don't carry any KeyCode information, thus
we can't create a synthetic presses events for them.

However in such cases, modifiers information is still accurate, thus
propagate it.

Fixes rust-windowing#2872.
@kchibisov kchibisov merged commit c65e224 into rust-windowing:master Oct 17, 2023
50 checks passed
@kchibisov kchibisov deleted the fix-macos-globe-key branch October 17, 2023 01:59
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.

Assertion failure on MacOS when pressing globe key
1 participant