lukaasm
Results
2
comments of
lukaasm
> Here is an example on how it significantly help with my popup menu. > > Before: > > > > After > > The only thing I wished is...
To "fix" this properly ImGui modification is needed right now. I did it by adding 2 new ImGui hooks: ImGuiContextHookType_BeginWindow, ImGuiContextHookType_EndWindow that are called on start of ImGui::Begin and end...