SDEngine
Game Engine
Loading...
Searching...
No Matches
sd::WindowProps Struct Reference

#include <WindowManager.hpp>

Public Member Functions

 WindowProps (const std::string &title="SD Engine", int width=1280, int height=720)
 

Public Attributes

std::string title
 
int width
 
int height
 

Constructor & Destructor Documentation

◆ WindowProps()

sd::WindowProps::WindowProps ( const std::string &  title = "SD Engine",
int  width = 1280,
int  height = 720 
)
inlineexplicit

Member Data Documentation

◆ height

int sd::WindowProps::height

◆ title

std::string sd::WindowProps::title

◆ width

int sd::WindowProps::width

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