enum ImGui::ImGuiViewportFlags
Overview
Defined in:
types.crEnum Members
- 
        None = 0
- 
        IsPlatformWindow = 1
- 
        Represent a Platform Window 
- 
        IsPlatformMonitor = 2
- 
        Represent a Platform Monitor (unused yet) 
- 
        OwnedByApp = 4
- 
        Platform Window: is created/managed by the application (rather than a dear imgui backend)