ImGuiTableSortSpecs

imguicpp.ImGuiTableSortSpecs (extern class)

Instance Members

specs: cpp.Star

Pointer to sort spec array.


specsCount: Int

Sort spec count. Most often 1. May be > 1 when ImGuiTableFlags_SortMulti is enabled. May be == 0 when ImGuiTableFlags_SortTristate is enabled.


specsDirty: Bool

Set 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"