Zen 0.3.0
Loading...
Searching...
No Matches
Zen::WindowProperties Struct Reference

Public Member Functions

 WindowProperties (const std::string title="Zen Application", uint32_t width=1280, uint32_t height=720, bool vsync=false, bool fullscreen=false)

Public Attributes

std::string title
uint32_t width
uint32_t height
bool vsync
bool fullscreen

Detailed Description

Definition at line 12 of file ZEN_Window.h.

Constructor & Destructor Documentation

◆ WindowProperties()

Zen::WindowProperties::WindowProperties ( const std::string title = "Zen Application",
uint32_t width = 1280,
uint32_t height = 720,
bool vsync = false,
bool fullscreen = false )
inline

Definition at line 19 of file ZEN_Window.h.

Member Data Documentation

◆ fullscreen

bool Zen::WindowProperties::fullscreen

Definition at line 17 of file ZEN_Window.h.

◆ height

uint32_t Zen::WindowProperties::height

Definition at line 15 of file ZEN_Window.h.

◆ title

std::string Zen::WindowProperties::title

Definition at line 13 of file ZEN_Window.h.

◆ vsync

bool Zen::WindowProperties::vsync

Definition at line 16 of file ZEN_Window.h.

◆ width

uint32_t Zen::WindowProperties::width

Definition at line 14 of file ZEN_Window.h.


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