This stores all the basic configuration options a game window supports. More...
#include <windowsettings.h>
Public Member Functions | |
WindowSettings () | |
Blank constructor. | |
WindowSettings & | operator= (const WindowSettings &Other) |
Assignment operator. More... | |
Public Attributes | |
Boole | Fullscreen |
This is the desired state of whether the window is fullscreen or not. | |
Whole | RefreshRate |
This stores the device refresh rate in Hz. | |
Boole | VSync |
This is the desired state of whether to enable VSync or not. | |
Resolution | WinRes |
This stores the Height and Width of the render window. | |
This stores all the basic configuration options a game window supports.
A game window stores one of these for all of it's configuration options, additionally one can be created and passed into the manager to set all the configuration options at once.
Definition at line 55 of file windowsettings.h.
|
inline |
Assignment operator.
Other | The other WindowSettings to copy from. |
Definition at line 85 of file windowsettings.h.