class EE::Window::WindowInfo¶
WindowInfo Contains the window state information.
#include <window.hpp> class WindowInfo { public: // fields WindowSettings WindowConfig; ContextSettings ContextConfig; WindowBackend Backend; Sizei DesktopResolution; Sizei WindowSize; Uint32 Flags; RGB ClearColor; bool Created; bool Maximized; eeWindowContex Context; // methods Sizei getWindowSize() const; };