KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma::WindowProps Struct Reference

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.
 

Detailed Description

The "tangible" properties of a window.

Constructor & Destructor Documentation

◆ WindowProps()

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

A constructor for pleasent dimensions of the window.

Since
Karma 1.0.0

Member Data Documentation

◆ Height

unsigned int Karma::WindowProps::Height

The height of the window.

Since
Karma 1.0.0

◆ Title

std::string Karma::WindowProps::Title

The title of the window.

Since
Karma 1.0.0

◆ Width

unsigned int Karma::WindowProps::Width

The width of the window.

Since
Karma 1.0.0

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