Searched refs:SetCurrentWindow (Results 1 – 2 of 2) sorted by relevance
993 static void SetCurrentWindow(ImGuiWindow* window);2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function4920 SetCurrentWindow(window); in Begin()5031 SetCurrentWindow(window); in Begin()5529 SetCurrentWindow(g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back()); in End()
888 static void SetCurrentWindow(ImGuiWindow* window);3040 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function5961 SetCurrentWindow(window); in Begin()6364 SetCurrentWindow(window); in Begin()6454 SetCurrentWindow(g.CurrentWindowStack.Size == 0 ? NULL : g.CurrentWindowStack.back().Window); in End()