struct ImGuiTableSortSpecs

Overview

#include <imgui.h>

struct ImGuiTableSortSpecs
{
    // fields

    const ImGuiTableColumnSortSpecs* Specs;
    int SpecsCount;
    bool SpecsDirty;
};