Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
catos::WindowCreationInfo Struct Reference

#include <window.h>

Public Attributes

math::Vector2 size {800, 600}
 
math::Vector2 position { 50, 50}
 
cstr title = "Catos Application "
 
bool is_fullscreen = false
 
bool borderless = false
 
bool enable_darktheme = true
 

Member Data Documentation

◆ borderless

bool catos::WindowCreationInfo::borderless = false

◆ enable_darktheme

bool catos::WindowCreationInfo::enable_darktheme = true

◆ is_fullscreen

bool catos::WindowCreationInfo::is_fullscreen = false

◆ position

math::Vector2 catos::WindowCreationInfo::position { 50, 50}

◆ size

math::Vector2 catos::WindowCreationInfo::size {800, 600}

◆ title

cstr catos::WindowCreationInfo::title = "Catos Application "

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