|
CeresEngine 0.2.0
A game development framework
|
A structure that contains the state and settings for the window. More...
#include <CeresEngine/Platform/PlatformWindow.hpp>
Public Attributes | |
| Rect2 | frame |
| Describes the current window position and size. | |
| String | title |
| Describes the current window title. | |
| bool | isVisible: 1 = false |
| If true, the window is visible on the screen. | |
A structure that contains the state and settings for the window.
| Rect2 CeresEngine::PlatformWindowProperties::frame |
Describes the current window position and size.
| bool CeresEngine::PlatformWindowProperties::isVisible |
If true, the window is visible on the screen.
| String CeresEngine::PlatformWindowProperties::title |
Describes the current window title.