artems37rus
Results
1
comments of
artems37rus
It'll work if you try it like this. ``` if (Input.Keyboard.IsKeyDown(Keys.E)) { if (Game.Window.IsFullscreen) { Game.Window.Visible = false; Game.Window.IsFullscreen = false; Game.Window.Visible = true; } else { Game.Window.SetSize(new Int2(1920, 1080));...