struct ImGuiKeyOwnerData

Overview

#include <imgui_internal.h>

struct ImGuiKeyOwnerData
{
    // fields

    ImGuiID OwnerCurr;
    ImGuiID OwnerNext;
    bool LockThisFrame;
    bool LockUntilRelease;
};