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 initial focused state #2696

Merged

Conversation

kchibisov
Copy link
Member

The synthetic focused event was queued after the real event was send leading to focused issues on startup.

Fixes #2695.

@kchibisov kchibisov requested a review from madsmtm as a code owner February 24, 2023 09:21
@kchibisov kchibisov force-pushed the fix-macos-initial-focused-event branch from 430e715 to 5d6e3b0 Compare February 24, 2023 09:22
The synthetic focused event was queued after the real event was send
leading to focused issues on startup.

Fixes rust-windowing#2695.
@kchibisov
Copy link
Member Author

r @mockersf

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.

Macos fires WindowEvent::Focused(false) on WinitWindow creation
2 participants