Searched defs:ImGuiListClipper (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1661 struct ImGuiListClipper struct
1670 ImGuiListClipper(int items_count = -1, float items_height = -1.0f) { Begin(items_count, items_height); } // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want). function in struct:ImGuiListClipper
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1661 struct ImGuiListClipper struct
1670 ImGuiListClipper(int items_count = -1, float items_height = -1.0f) { Begin(items_count, items_height); } // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want). function in struct:ImGuiListClipper

Completed in 20 milliseconds