|
YAGE
1.0
Yet Another Game Engine
|
Information about the game window. More...
#include <WindowInfo.h>
Public Member Functions | |
| WindowInfo () | |
| WindowInfo (std::string name, int position_x, int position_y, int width, int height, bool isReshapable) | |
| WindowInfo (const WindowInfo &windowInfo) | |
| void | operator= (const WindowInfo &windowInfo) |
Public Attributes | |
| std::string | name |
| int | width |
| int | height |
| int | position_x |
| int | position_y |
| bool | isReshapable |
Information about the game window.
|
inline |
|
inline |
|
inline |
|
inline |
| int WindowInfo::height |
| bool WindowInfo::isReshapable |
| std::string WindowInfo::name |
| int WindowInfo::position_x |
| int WindowInfo::position_y |
| int WindowInfo::width |