Searched refs:ChildWindowComparer (Results 1 – 1 of 1) sorted by relevance
3626 static int IMGUI_CDECL ChildWindowComparer(const void* lhs, const void* rhs) in ChildWindowComparer() function3644 …ImQsort(window->DC.ChildWindows.begin(), (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer); in AddWindowToSortBuffer()