WindowSettings
#include "ApplicationSettings.h"
Public Attributes
| Name | |
|---|---|
| int | windowHeight |
| bool | windowMaximized |
| int | windowPosX |
| int | windowPosY |
| int | windowWidth |
Public Attributes Documentation
variable windowHeight
cpp
int windowHeight {720};variable windowMaximized
cpp
bool windowMaximized {false};variable windowPosX
cpp
int windowPosX {100};variable windowPosY
cpp
int windowPosY {100};variable windowWidth
cpp
int windowWidth {1280};Updated on 2026-09-11 at 21:24:24 +0000