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

Class Func

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

Source from the content-addressed store, hash-verified

13817 if (window->LastFrameActive + 1 >= g.FrameCount)
13818 temp_buffer.push_back(window);
13819 struct Func { static int IMGUI_CDECL WindowComparerByBeginOrder(const void* lhs, const void* rhs) { return ((int)(*(const ImGuiWindow* const*)lhs)->BeginOrderWithinContext - (*(const ImGuiWindow* const*)rhs)->BeginOrderWithinContext); } };
13820 ImQsort(temp_buffer.Data, (size_t)temp_buffer.Size, sizeof(ImGuiWindow*), Func::WindowComparerByBeginOrder);
13821 DebugNodeWindowsListByBeginStackParent(temp_buffer.Data, temp_buffer.Size, NULL);
13822 TreePop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected