Chronos 0.0
A advanced 2D rendering and animation system
Loading...
Searching...
No Matches
Chronos::Manager::Initializer Struct Reference

This struct contains the details for initialing the manager. More...

#include <chronos.hpp>

Public Attributes

int WindowWidth = 800
 
int WindowHeight = 600
 
int BackgroundColor [3] = { 0, 0, 0 }
 

Detailed Description

This struct contains the details for initialing the manager.

Parameters
WindowWidthThe initial window width. This can be later resized by the user.
WindowHeightThe initial window height. This can be later resized by the user.
BackgroundColorThe background color of the window.(range 0-255) by default it is black(0, 0, 0)

Definition at line 46 of file chronos.hpp.

Member Data Documentation

◆ BackgroundColor

int Chronos::Manager::Initializer::BackgroundColor[3] = { 0, 0, 0 }

Definition at line 49 of file chronos.hpp.

49{ 0, 0, 0 };

◆ WindowHeight

int Chronos::Manager::Initializer::WindowHeight = 600

Definition at line 48 of file chronos.hpp.

◆ WindowWidth

int Chronos::Manager::Initializer::WindowWidth = 800

Definition at line 47 of file chronos.hpp.


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