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

Method GetColumnIndex

KBotExt/imgui/imgui_tables.cpp:3732–3736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3730}
3731
3732int ImGui::GetColumnIndex()
3733{
3734 ImGuiWindow* window = GetCurrentWindowRead();
3735 return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0;
3736}
3737
3738int ImGui::GetColumnsCount()
3739{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected