struct ImGui_ImplGlfw_WindowToContext

Overview

struct ImGui_ImplGlfw_WindowToContext
{
    // fields

    GLFWwindow* Window;
    ImGuiContext* Context;
};