struct ImGuiComboPreviewData

Overview

#include <imgui_internal.h>

struct ImGuiComboPreviewData
{
    // fields

    ImRect PreviewRect;
    ImVec2 BackupCursorPos;
    ImVec2 BackupCursorMaxPos;
    ImVec2 BackupCursorPosPrevLine;
    float BackupPrevLineTextBaseOffset;
    ImGuiLayoutType BackupLayout;
};