.. index:: pair: class; EE::Window::WindowInfo .. _doxid-class_e_e_1_1_window_1_1_window_info: class EE::Window::WindowInfo ============================ .. toctree:: :hidden: :ref:`WindowInfo ` Contains the window state information. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class WindowInfo { public: // fields :ref:`WindowSettings` :target:`WindowConfig`; :ref:`ContextSettings` :target:`ContextConfig`; :ref:`WindowBackend` :target:`Backend`; :ref:`Sizei` :target:`DesktopResolution`; :ref:`Sizei` :target:`WindowSize`; :ref:`Uint32` :target:`Flags`; :ref:`RGB` :target:`ClearColor`; bool :target:`Created`; bool :target:`Maximized`; :ref:`eeWindowContex` :target:`Context`; // methods :ref:`Sizei` :target:`getWindowSize`() const; };