MCPcopy Create free account
hub / github.com/cinder/Cinder / GetColumnIndex

Method GetColumnIndex

src/imgui/imgui_tables.cpp:4153–4157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4151}
4152
4153int ImGui::GetColumnIndex()
4154{
4155 ImGuiWindow* window = GetCurrentWindowRead();
4156 return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0;
4157}
4158
4159int ImGui::GetColumnsCount()
4160{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected