Catos Engine (Source) 0.0.1
Lightweight Game engine
|
#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 |
bool catos::WindowCreationInfo::borderless = false |
bool catos::WindowCreationInfo::enable_darktheme = true |
bool catos::WindowCreationInfo::is_fullscreen = false |
math::Vector2 catos::WindowCreationInfo::position { 50, 50} |
math::Vector2 catos::WindowCreationInfo::size {800, 600} |
cstr catos::WindowCreationInfo::title = "Catos Application " |