Enum "ImGuiElement"⚓︎
| Value | Enumerator | Comment |
|---|---|---|
| 0 | Window | |
| 1 | Menu | |
| 2 | MenuItem | |
| 3 | Popup | |
| 4 | CollapsingHeader | |
| 5 | TreeNode | |
| 6 | Separator | |
| 7 | SeparatorText | |
| 8 | Text | |
| 9 | TextWrapped | |
| 10 | BulletText | |
| 11 | SameLine | used to render the next element in the same line |
| 12 | Button | |
| 13 | SmallButton | |
| 14 | InputInt | |
| 15 | InputFloat | |
| 16 | DragInt | |
| 17 | DragFloat | |
| 18 | SliderInt | |
| 19 | SliderFloat | |
| 20 | ColorEdit | |
| 21 | TabBar | |
| 22 | Tab | |
| 23 | Checkbox | |
| 24 | RadioButton | |
| 25 | Combobox | |
| 26 | InputText | |
| 27 | InputTextWithHint | |
| 28 | InputTextMultiline | |
| 29 | InputController | |
| 30 | InputKeyboard | |
| 31 | PlotLines | |
| 32 | PlotHistogram |