| 2453 | } |
| 2454 | |
| 2455 | AlienImGui::DynamicTableLayout::DynamicTableLayout(float columnWidth) |
| 2456 | : _columnWidth(columnWidth) |
| 2457 | { |
| 2458 | _numColumns = calcNumColumns(ImGui::GetContentRegionAvail().x, columnWidth); |
| 2459 | } |
| 2460 | |
| 2461 | bool AlienImGui::DynamicTableLayout::begin() |
| 2462 | { |
nothing calls this directly
no outgoing calls
no test coverage detected