struct ImGuiSelectionRequest

Overview

#include <imgui.h>

struct ImGuiSelectionRequest
{
    // fields

    ImGuiSelectionRequestType Type;
    bool Selected;
    ImS8 RangeDirection;
    ImGuiSelectionUserData RangeFirstItem;
    ImGuiSelectionUserData RangeLastItem;
};