struct ImGuiContextHook

Overview

#include <imgui_internal.h>

struct ImGuiContextHook
{
    // fields

    ImGuiID HookId;
    ImGuiContextHookType Type;
    ImGuiID Owner;
    ImGuiContextHookCallback Callback;
    void* UserData;
};