Skip to content

Handle window focus lost event #628

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

Merged
merged 3 commits into from
Mar 23, 2022
Merged

Handle window focus lost event #628

merged 3 commits into from
Mar 23, 2022

Conversation

dbr
Copy link
Contributor

@dbr dbr commented Mar 19, 2022

Avoids keys getting stuck when window loses focus (e.g alt+tab)

Need to make same changes to SDL2 support module also

Closes #602

dbr added 2 commits March 19, 2022 21:04
Avoids keys getting stuck when window loses focus (e.g alt+tab)

Closes imgui-rs#602
@dbr dbr added this to the v0.9 milestone Mar 19, 2022
@dbr dbr merged commit fef6509 into imgui-rs:main Mar 23, 2022
@dbr dbr deleted the losingfocus branch March 23, 2022 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add API for app-lost-focus event
1 participant