harfang3d/doc/doc/ImGuiColumns.md

5 lines
211 B
Markdown
Raw Normal View History

2021-12-15 19:23:12 +00:00
Begin a column layout section.
To move to the next column use [ImGuiNextColumn]. To end a column layout section pass `1` to this function.
2021-10-13 12:40:31 +00:00
**Note:** Current implementation supports a maximum of 64 columns.