ImGuiTableColumnSortSpecs
imguicpp.ImGuiTableColumnSortSpecs (extern class)
Instance Members
columnUserID: UIntUser id of the column (if specified by a TableSetupColumn() call)
columnIndex: cpp.Int16Index of the column
sortOrder: cpp.Int16Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)
sortDirection: cpp.UInt8ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending
Metadata
| Name | Parameters |
|---|---|
:structAccess |
- |
:include |
"linc_imgui.h" |