Enum "ImGuiData"⚓︎
Value | Enumerator | Comment |
---|---|---|
0 | Label | descriptive text of an element |
1 | Value | Used for single value Elements like Text- or Integer-Inputs, Checkboxes, or the currently selected Radiobutton |
2 | ListValues | Used for elements that use a table as their data source like RadioButtons, Comboboxes, Plots, etc. |
3 | Min | min value of a slider input |
4 | Max | max value of a slider input |
5 | HintText | hint text of a text input, or overlay texts used in plots or progressbars |
6 | ColorValues | Color input. 3 values = RGB, 4 values = RGBA |