SFML community forums

Help => Window => Topic started by: ScriptingTacos on July 04, 2015, 09:57:51 pm

Title: [SOLVED] Window resolution
Post by: ScriptingTacos on July 04, 2015, 09:57:51 pm
Hello!

I want to know if there is way to set the window to a size (say 900x600) and make the resolution of the window lower than its size. Thanks!
Title: Re: Window resolution
Post by: G. on July 04, 2015, 10:00:47 pm
No. But you can set the size of the view smaller than the size of the window, so that it sort of looks like the resolution is lower.
Title: Re: Window resolution
Post by: ScriptingTacos on July 04, 2015, 10:21:11 pm
No. But you can set the size of the view smaller than the size of the window, so that it sort of looks like the resolution is lower.

How would I do this?
Title: Re: Window resolution
Post by: Laurent on July 04, 2015, 10:33:47 pm
Quote
How would I do this?
This is really easy. Go read the docs and tutorials, and if there's something that you don't understand we'll be happy to help you.