MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / GetWindowForTitleDisplay

Function GetWindowForTitleDisplay

extern/imgui/imgui.cpp:6059–6062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6057}
6058
6059static ImGuiWindow* GetWindowForTitleDisplay(ImGuiWindow* window)
6060{
6061 return window->DockNodeAsHost ? window->DockNodeAsHost->VisibleWindow : window;
6062}
6063
6064static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window)
6065{

Callers 1

UpdatePlatformWindowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected