ImGuiTableSortSpecs
imguicpp.ImGuiTableSortSpecs (extern class)
Instance Members
specs: cpp.StarPointer to sort spec array.
specsCount: IntSort spec count. Most often 1. May be > 1 when ImGuiTableFlags_SortMulti is enabled. May be == 0 when ImGuiTableFlags_SortTristate is enabled.
specsDirty: BoolSet to true when specs have changed since last time! Use this to sort again, then clear the flag.
Metadata
| Name | Parameters |
|---|---|
:structAccess |
- |
:include |
"linc_imgui.h" |