struct ImGuiListClipperData

Overview

#include <imgui_internal.h>

struct ImGuiListClipperData
{
    // fields

    ImGuiListClipper* ListClipper;
    float LossynessOffset;
    int StepNo;
    int ItemsFrozen;
    ImVector<ImGuiListClipperRange> Ranges;

    // methods

    void Reset(ImGuiListClipper* clipper);
};