MPMA Framework 0.4
Public Attributes
GFX::GraphicsSetup Struct Reference

Represents the state of graphics system and its related window. Everything in here can be both changed or read from. More...

#include <GFXSetup.h>

Inheritance diagram for GFX::GraphicsSetup:
Inheritance graph
[legend]

List of all members.

Public Attributes

std::string Name
 The name of the window.
bool FullScreen
 Whether the window takes over the whole screen. If set to true, Width and Height will be adjusted to the current resolution and changes to Width and Height will have no effect.
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.

Detailed Description

Represents the state of graphics system and its related window. Everything in here can be both changed or read from.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends