CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::PlatformWindowDescriptor Struct Reference

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.
 

Detailed Description

A structure that describes how to create a new window.

Member Data Documentation

◆ frame

Rect2 CeresEngine::PlatformWindowDescriptor::frame = {0, 0, 100, 100}

Describes the current window position and size.

◆ title

String CeresEngine::PlatformWindowDescriptor::title = "Ceres Engine"

Describes the current window title.


The documentation for this struct was generated from the following file: