MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetWindowForTitleAndMenuHeight

Function GetWindowForTitleAndMenuHeight

imgui_tiny_app/imgui/imgui.cpp:6975–6978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6973}
6974
6975static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window)
6976{
6977 return (window->DockNodeAsHost && window->DockNodeAsHost->VisibleWindow) ? window->DockNodeAsHost->VisibleWindow : window;
6978}
6979
6980static inline ImVec2 CalcWindowMinSize(ImGuiWindow* window)
6981{

Callers 1

CalcWindowMinSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected