Questions tagged [fullscreen]
Refers to rendering a game so that it takes up an entire screen, either via an exclusive GPU mode that gives the game privileged access to the GPU or using a borderless window arranged to cover the entire space of the screen.
22 questions
1
vote
1
answer
94
views
Pygame display.Info() / fullscreen not working under Linux
I am experiencing some issues with pygame.display.Info() and the FULLSCREEN property on Linux. The game is displaying at roughly ...
2
votes
1
answer
4k
views
Unity build changes its resolution after going to windowed mode and then back to fullscreen
It seems to me that this behavior is incorrect (or at least illogical). Correct me if I'm wrong.
Repro (Unity 2020.3.26f1 LTS / default project settings):
Run the build (in fullscreen by default):
Go ...
2
votes
2
answers
1k
views
D3D11 wrong full screen resolution
I am currently writing a Directx 11 engine and have problems with the resolution when switching to exclusive fullscreen on my 1440p monitor. If i call SetFullscreenState(TRUE, NULL), the screen ...
1
vote
0
answers
356
views
Gamemaker Studio 2 window_set_fullscreen() causes entire screen to go gray, CRTL ALT DEL doesn't work
I'm working on a small game in Gamemaker: Studio 2 in which the user can press F11 to toggle fullscreen. In the "Key Press - F11 Event, I've added the following code:
...
2
votes
1
answer
1k
views
Borderless windowed (fake fullscreen) mode doesn't cover the entire screen
I'm using Direct3D 11 running on Windows 10 20H2, but have seen this problem going back to Windows 7.
I'm adding borderless windowed (fake fullscreen) mode support, and all of the online resources I ...
1
vote
1
answer
465
views
SetFullscreenState not returning
When I call the IDXGISwapChain::SetFullscreenState method, it does not return. The window goes fullscreen, but accepts no further input. A ...
1
vote
0
answers
47
views
Why does BorderLayout crop out JSlider on JFrame
I have some working code with a small circle randomly appearing around a large circle in the middle, kinda like planets. I have implemented a JSlider that controls the speed of the small ball moving ...
0
votes
1
answer
765
views
Positioning a Window to Fill the Screen
I'm using Pygame (just started), and I'm struggling to find how I set the position of the window to fill my entire monitor screen.
I can move things around within the screen / surface. I can make the ...
0
votes
1
answer
3k
views
Unity my game starts in windowed mode, but the fullscreen box is checked
When I open my game the fullscreen box is checked, but the game is windowed. If I uncheck and check the box it will go into fullscreen. What is the fix?
...
0
votes
2
answers
607
views
Full-screen window hangs when debug break or crash (Windows/GLFW/Cocos2D)
I run into an issue if my game application becomes unresponsive when running in fullscreen on Windows. This mostly applies when I want to use breakpoints in Visual Studio, however if the application ...
0
votes
1
answer
980
views
DirectX11 program bug full screen
I have a problem switching the engine from full screen to normal. I use alt + enter. The problem is this: when I start the engine in full screen and press alt + enter - it hangs. For mode of the ...
3
votes
2
answers
2k
views
Problems putting my game in fullscreen on GameMaker
All the rooms in my game have the size of 1280x720, so normally my game runs like this:
When I try to enable fullscreen, none of the game's buttons respond to clicks, but the keyboard still works. So ...
0
votes
1
answer
800
views
How to keep my Unity build from minimizing when I switch focus to an app on another monitor?
I have a multi-monitor setup. We are doing a lot of demos right now. I have my meeting controls on one screen and my Unity build on another one that is shared. When I click anything on any other ...
1
vote
0
answers
60
views
MonoGame minimises when I click on second game window
I've problem with my MonoGame project. I have one full-screen game window and one window form with some info (part of the game too). And the problem lies in when I click on the window form, the main ...
1
vote
0
answers
126
views
Handling different screen sizes in multiplayer games
sorry if this has been asked already. I did some checking around and couldn't find any helpful advice.
I'm developing my first multiplayer game, and it'll be fullscreen when run. My issue is, how do ...