struct ImGuiDeactivatedItemData

Overview

#include <imgui_internal.h>

struct ImGuiDeactivatedItemData
{
    // fields

    ImGuiID ID;
    int ElapseFrame;
    bool HasBeenEditedBefore;
    bool IsAlive;
};