struct EE::UI::UIApplication::WindowEntry

Associates an application-owned native window with its UI scene and deferred-destruction state.

#include <uiapplication.hpp>

struct WindowEntry {
    // fields

    EE::Window::Window* window { nullptr };
    UISceneNode* ui { nullptr };
    bool primary { false };
    bool pendingDestroy { false };
};