Chronos 0.0
A advanced 2D rendering and animation system
|
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 } |
This struct contains the details for initialing the manager.
WindowWidth | The initial window width. This can be later resized by the user. |
WindowHeight | The initial window height. This can be later resized by the user. |
BackgroundColor | The background color of the window.(range 0-255) by default it is black(0, 0, 0) |
Definition at line 46 of file chronos.hpp.
int Chronos::Manager::Initializer::BackgroundColor[3] = { 0, 0, 0 } |
Definition at line 49 of file chronos.hpp.
int Chronos::Manager::Initializer::WindowHeight = 600 |
Definition at line 48 of file chronos.hpp.
int Chronos::Manager::Initializer::WindowWidth = 800 |
Definition at line 47 of file chronos.hpp.