MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / PopClipRect

Method PopClipRect

KBotExt/imgui/imgui.cpp:4875–4880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4873}
4874
4875void ImGui::PopClipRect()
4876{
4877 ImGuiWindow* window = GetCurrentWindow();
4878 window->DrawList->PopClipRect();
4879 window->ClipRect = window->DrawList->_ClipRectStack.back();
4880}
4881
4882static void ImGui::RenderDimmedBackgroundBehindWindow(ImGuiWindow* window, ImU32 col)
4883{

Callers 6

EndTableMethod · 0.45
TableDrawBordersMethod · 0.45
RenderNavHighlightMethod · 0.45

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected