Shirag 0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Shirag::Window Class Reference

#include <window.hpp>

Public Member Functions

 Window (std::string Title, int Width, int Height, int Monitor=0)
 
 Window (std::string Title, Vector2 Size, int Monitor=0)
 
 ~Window ()
 
void updateWindow ()
 

Public Attributes

std::string title = ""
 
int width = 0
 
int height = 0
 

Constructor & Destructor Documentation

◆ Window() [1/2]

Shirag::Window::Window ( std::string  Title,
int  Width,
int  Height,
int  Monitor = 0 
)
inline

◆ Window() [2/2]

Shirag::Window::Window ( std::string  Title,
Vector2  Size,
int  Monitor = 0 
)
inline

◆ ~Window()

Shirag::Window::~Window ( )
inline

Member Function Documentation

◆ updateWindow()

void Shirag::Window::updateWindow ( )

Member Data Documentation

◆ height

int Shirag::Window::height = 0

◆ title

std::string Shirag::Window::title = ""

◆ width

int Shirag::Window::width = 0

The documentation for this class was generated from the following files: