Add borderless window mode (from tasks) (#630)

This commit is contained in:
ChancellorIkseew
2025-09-30 23:53:15 +03:00
committed by GitHub
parent 06e65911a3
commit b30b19e836
6 changed files with 53 additions and 25 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ struct AudioSettings {
};
struct DisplaySettings {
/// @brief Is window in full screen mode
FlagSetting fullscreen {false};
/// @brief Window mode (windowed/fullscreen/borderless)
IntegerSetting windowMode {0, 0, 2};
/// @brief Window width (pixels)
IntegerSetting width {1280};
/// @brief Window height (pixels)