MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / PopClipRect

Method PopClipRect

extern/imgui/imgui.cpp:5305–5310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5303}
5304
5305void ImGui::PopClipRect()
5306{
5307 ImGuiWindow* window = GetCurrentWindow();
5308 window->DrawList->PopClipRect();
5309 window->ClipRect = window->DrawList->_ClipRectStack.back();
5310}
5311
5312static ImGuiWindow* FindFrontMostVisibleChildWindow(ImGuiWindow* window)
5313{

Callers 9

EndTableMethod · 0.45
TableDrawBordersMethod · 0.45
RenderNavHighlightMethod · 0.45
ShowDemoWindowLayoutFunction · 0.45

Calls 2

GetCurrentWindowFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected