ImGuiTableColumnSortSpecs

imguicpp.ImGuiTableColumnSortSpecs (extern class)

Instance Members

columnUserID: UInt

User id of the column (if specified by a TableSetupColumn() call)


columnIndex: cpp.Int16

Index of the column


sortOrder: cpp.Int16

Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)


sortDirection: cpp.UInt8

ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending

Metadata

Name Parameters
:structAccess -
:include "linc_imgui.h"