Window fullscreen toggle & saving size

This commit is contained in:
@clasher113
2023-11-25 20:01:43 +02:00
parent 7cb73998dd
commit 446edff4c4
5 changed files with 77 additions and 2 deletions
+2
View File
@@ -6,6 +6,8 @@
#include "typedefs.h"
struct DisplaySettings {
/* Is window in full screen mode */
bool fullscreen = false;
/* Window width (pixels) */
int width = 1280;
/* Window height (pixels) */