|
Raito 0.1
|
Window info structure. More...
#include <Window.h>
Public Attributes | |
| std::string | Title {} |
| u32 | Height {} |
| u32 | Width {} |
| bool | Fullscreen = false |
| bool | VSync = false |
Window info structure.
| bool Raito::WindowInfo::Fullscreen = false |
Flag for fullscreen mode
| u32 Raito::WindowInfo::Height {} |
Height of the window in pixels
| std::string Raito::WindowInfo::Title {} |
Title of the window
| bool Raito::WindowInfo::VSync = false |
Flag for VSync mode
| u32 Raito::WindowInfo::Width {} |
Width of the window in pixels