|
CeresEngine 0.2.0
A game development framework
|
A structure that describes how to create a new window. More...
#include <CeresEngine/Platform/PlatformWindow.hpp>
Public Attributes | |
| Rect2 | frame = {0, 0, 100, 100} |
| Describes the current window position and size. | |
| String | title = "Ceres Engine" |
| Describes the current window title. | |
A structure that describes how to create a new window.
| Rect2 CeresEngine::PlatformWindowDescriptor::frame = {0, 0, 100, 100} |
Describes the current window position and size.
Describes the current window title.