.. index:: pair: class; EE::Window::DisplayMode .. _doxid-class_e_e_1_1_window_1_1_display_mode: class EE::Window::DisplayMode ============================= .. toctree:: :hidden: :ref:`DisplayMode ` contains a display mode available to use. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DisplayMode { public: // fields :ref:`Uint32` :target:`Width`; :ref:`Uint32` :target:`Height`; :ref:`Uint32` :target:`RefreshRate`; :ref:`Uint32` :target:`ScreenIndex`; // construction :target:`DisplayMode`(int width, int height, int refreshRate, int screenIndex); };