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

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.
 

Detailed Description

A structure that contains the state and settings for the window.

Member Data Documentation

◆ frame

Rect2 CeresEngine::PlatformWindowProperties::frame

Describes the current window position and size.

◆ isVisible

bool CeresEngine::PlatformWindowProperties::isVisible

If true, the window is visible on the screen.

◆ title

String CeresEngine::PlatformWindowProperties::title

Describes the current window title.


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