When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)

This commit is contained in:
omar
2018-11-29 23:24:22 +01:00
parent 4a94b251fd
commit baf67d393f
3 changed files with 11 additions and 6 deletions

View File

@ -37,6 +37,7 @@ Breaking Changes:
Other Changes:
- When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213) [@zzzyap]
- Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)