Raito 0.1
Loading...
Searching...
No Matches
Raito::WindowInfo Struct Reference

Window info structure. More...

#include <Window.h>

Public Attributes

std::string Title {}
 
u32 Height {}
 
u32 Width {}
 
bool Fullscreen = false
 
bool VSync = false
 

Detailed Description

Window info structure.

Member Data Documentation

◆ Fullscreen

bool Raito::WindowInfo::Fullscreen = false

Flag for fullscreen mode

◆ Height

u32 Raito::WindowInfo::Height {}

Height of the window in pixels

◆ Title

std::string Raito::WindowInfo::Title {}

Title of the window

◆ VSync

bool Raito::WindowInfo::VSync = false

Flag for VSync mode

◆ Width

u32 Raito::WindowInfo::Width {}

Width of the window in pixels


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