Added SetFullScreen and Maximize function to Window

This commit is contained in:
Antoine Pilote
2024-08-07 12:44:20 -04:00
parent b2bc19b8d0
commit 0e8484f36d
4 changed files with 23 additions and 10 deletions

View File

@@ -2366,6 +2366,7 @@ namespace Nuake {
auto window = Window::Get();
window->SetDecorated(true);
window->SetSize({ 1900, 1000 });
window->Maximize();
window->Center();
frameCount = 0;
return;