Arnold Engine
 
Loading...
Searching...
No Matches
AE::Core::WindowProps Struct Reference

Properties for initializing a window. More...

#include <Window.h>

Public Member Functions

 WindowProps (std::string title="Arnold Engine", const unsigned int width=1280, const unsigned int height=720)
 Constructs window properties with default or specified values.
 

Public Attributes

std::string title
 
unsigned int width
 
unsigned int height
 

Detailed Description

Properties for initializing a window.

Constructor & Destructor Documentation

◆ 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
titleWindow title (defaults to "Arnold Engine")
widthWindow width in pixels (defaults to 1280)
heightWindow height in pixels (defaults to 720)

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