Fix window on fullscreen

This commit is contained in:
Denis Sova
2023-12-09 15:19:38 +03:00
parent f513c094a9
commit 88cb6bb481
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@ public:
static void toggleFullscreen();
static bool isFullscreen();
static bool isMaximized();
static bool isFocused();
static void pushScissor(glm::vec4 area);
static void popScissor();