struct ImGui_ImplWin32_ViewportData

Overview

struct ImGui_ImplWin32_ViewportData
{
    // fields

    HWND Hwnd;
    HWND HwndParent;
    bool HwndOwned;
    DWORD DwStyle;
    DWORD DwExStyle;
};