struct ImGuiLocEntry

Overview

#include <imgui_internal.h>

struct ImGuiLocEntry
{
    // fields

    ImGuiLocKey Key;
    const char* Text;
};