| 3676 | } |
| 3677 | |
| 3678 | int ImGui::GetColumnIndex() |
| 3679 | { |
| 3680 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 3681 | return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0; |
| 3682 | } |
| 3683 | |
| 3684 | int ImGui::GetColumnsCount() |
| 3685 | { |
nothing calls this directly
no test coverage detected