#include <Window.h>
|
std::string | Title = "LkEngine" |
|
uint32_t | Width = 1600 |
|
uint32_t | Height = 1080 |
|
bool | bDecorated = true |
|
bool | bFullscreen = false |
|
bool | bVSync = true |
|
bool | bStartMaximized = false |
|
std::filesystem::path | IconPath {} |
|
- Note
- : Do not use the application config here, or?
The documentation for this struct was generated from the following file: