MCPcopy Create free account
hub / github.com/RenderKit/embree / GetColumnIndex

Method GetColumnIndex

tutorials/common/imgui/imgui_tables.cpp:3678–3682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3676}
3677
3678int ImGui::GetColumnIndex()
3679{
3680 ImGuiWindow* window = GetCurrentWindowRead();
3681 return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0;
3682}
3683
3684int ImGui::GetColumnsCount()
3685{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected