mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added SetFullScreen and Maximize function to Window
This commit is contained in:
@@ -2366,6 +2366,7 @@ namespace Nuake {
|
||||
auto window = Window::Get();
|
||||
window->SetDecorated(true);
|
||||
window->SetSize({ 1900, 1000 });
|
||||
window->Maximize();
|
||||
window->Center();
|
||||
frameCount = 0;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user