Hi everyone,
I’d just like to know the correct way to set full screen. Currently I’m using:
GetSubsystem<Graphics>()->ToggleFullscreen();
This does make the game fullscreen however the problem I’m having is the resolution is low, everything is quite pixelated. I’ve tried this on two monitors, the first does a fullscreen however the game picture remains the same size with black all around it. The second just comes out pixelated.
Am I supposed to set a resolution?
Thanks in advance,