Properties for initializing a window.
More...
#include <Window.h>
|
| WindowProps (std::string title="Arnold Engine", const unsigned int width=1280, const unsigned int height=720) |
| Constructs window properties with default or specified values.
|
|
|
std::string | title |
|
unsigned int | width |
|
unsigned int | height |
|
Properties for initializing a window.
◆ WindowProps()
AE::Core::WindowProps::WindowProps |
( |
std::string | title = "Arnold Engine", |
|
|
const unsigned int | width = 1280, |
|
|
const unsigned int | height = 720 ) |
|
inlineexplicit |
Constructs window properties with default or specified values.
- Parameters
-
title | Window title (defaults to "Arnold Engine") |
width | Window width in pixels (defaults to 1280) |
height | Window height in pixels (defaults to 720) |
The documentation for this struct was generated from the following file: