#include <GFXSetup.h>

Public Attributes | |
| std::string | Name |
| The name of the window. | |
| bool | FullScreen |
| bool | Resizable |
| Whether the window can be resized by the user (this is ignored if FullScreen is true). | |
| bool | Minimized |
| Whether the window is currently minimized. | |
Whether the window takes over the wholescreen. Width and Height will be automatically adjusted accordingly. TODO: This option is not yet implemented. Do not use yet.
1.5.6