KarmaEngine
Game Engine for practical learning and research purposes
|
The "tangible" properties of a window. More...
#include <Window.h>
Public Member Functions | |
WindowProps (const std::string &title="Karma Engine", unsigned int width=1280, unsigned int height=720) | |
A constructor for pleasent dimensions of the window. | |
Public Attributes | |
std::string | Title |
The title of the window. | |
unsigned int | Width |
The width of the window. | |
unsigned int | Height |
The height of the window. | |
The "tangible" properties of a window.
|
inline |
A constructor for pleasent dimensions of the window.
unsigned int Karma::WindowProps::Height |
The height of the window.
std::string Karma::WindowProps::Title |
The title of the window.
unsigned int Karma::WindowProps::Width |
The width of the window.