DimaKoltun
DimaKoltun
**Version/Branch of Dear ImGui:** Version: 1.88 Branch: docking **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp _(or specify if using a custom engine/back-end)_ Compiler: XXX _(if the question is related to building or...
I need to have opportunity to create Popup with flag: `ImGuiWindowFlags_NoFocusOnAppearing`, to create popup which won't block mouse & keyboard focus for last focused item. Real Example: We have game...
### Version/Branch of Dear ImGui: Version 1.89, Branch: docking ### Back-ends: imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp ### Compiler, OS: Windows 10 + MSVC 2022 ### Full config/build information: ``` Dear ImGui 1.89...