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

Function GetCurrentWindow

extern/imgui/imgui_internal.h:2944–2944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2942 // - You are calling ImGui functions after ImGui::EndFrame()/ImGui::Render() and before the next ImGui::NewFrame(), which is also illegal.
2943 inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentWindow; }
2944 inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->WriteAccessed = true; return g.CurrentWindow; }
2945 IMGUI_API ImGuiWindow* FindWindowByID(ImGuiID id);
2946 IMGUI_API ImGuiWindow* FindWindowByName(const char* name);
2947 IMGUI_API void UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window);

Callers 15

BeginTableExMethod · 0.85
GetColumnsIDMethod · 0.85
BeginColumnsMethod · 0.85
NextColumnMethod · 0.85
EndColumnsMethod · 0.85
ColumnsMethod · 0.85
PushClipRectMethod · 0.85
PopClipRectMethod · 0.85
BeginChildMethod · 0.85
PushTextWrapPosMethod · 0.85
PopTextWrapPosMethod · 0.85
GetWindowDrawListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected