struct ImGui_ImplGlfw_ViewportData

Overview

struct ImGui_ImplGlfw_ViewportData
{
    // fields

    GLFWwindow* Window;
    bool WindowOwned;
    int IgnoreWindowPosEventFrame;
    int IgnoreWindowSizeEventFrame;
};