| 4151 | } |
| 4152 | |
| 4153 | int ImGui::GetColumnIndex() |
| 4154 | { |
| 4155 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 4156 | return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0; |
| 4157 | } |
| 4158 | |
| 4159 | int ImGui::GetColumnsCount() |
| 4160 | { |
nothing calls this directly
no test coverage detected