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

Method GetColumnsCount

tutorials/common/imgui/imgui_tables.cpp:3684–3688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3682}
3683
3684int ImGui::GetColumnsCount()
3685{
3686 ImGuiWindow* window = GetCurrentWindowRead();
3687 return window->DC.CurrentColumns ? window->DC.CurrentColumns->Count : 1;
3688}
3689
3690float ImGui::GetColumnOffsetFromNorm(const ImGuiOldColumns* columns, float offset_norm)
3691{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected