struct ImGuiWindowStackData

Overview

#include <imgui_internal.h>

struct ImGuiWindowStackData
{
    // fields

    ImGuiWindow* Window;
    ImGuiLastItemData ParentLastItemDataBackup;
    ImGuiErrorRecoveryState StackSizesInBegin;
    bool DisabledOverrideReenable;
    float DisabledOverrideReenableAlphaBackup;
};