.. index:: pair: struct; EE::UI::UIApplication::WindowEntry .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_application_1_1_window_entry: struct EE::UI::UIApplication::WindowEntry ========================================= .. toctree:: :hidden: Associates an application-owned native window with its :ref:`UI ` scene and deferred-destruction state. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct WindowEntry { // fields :ref:`EE::Window::Window`* :target:`window` { nullptr }; :ref:`UISceneNode`* :target:`ui` { nullptr }; bool :target:`primary` { false }; bool :target:`pendingDestroy` { false }; };