| 3730 | } |
| 3731 | |
| 3732 | int ImGui::GetColumnIndex() |
| 3733 | { |
| 3734 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 3735 | return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0; |
| 3736 | } |
| 3737 | |
| 3738 | int ImGui::GetColumnsCount() |
| 3739 | { |
nothing calls this directly
no test coverage detected