SFML community forums

Help => General => Topic started by: Kosmos on December 16, 2012, 02:29:51 pm

Title: Window and Graphics resize
Post by: Kosmos on December 16, 2012, 02:29:51 pm
Hello,

I was wondering. I'm going to start a new project, and I have a question regarding the SFML library:

If I make a window 800x600x32 for example, and the user of the application resized the window, can I make the graphics resize as well?

I know it is possible with OpenGL, but I don't know the latter.

Cheers,
Kosmos.
Title: Re: Window and Graphics resize
Post by: Laurent on December 16, 2012, 06:28:42 pm
This is the default behaviour, you don't even have to do anything.
Title: Re: Window and Graphics resize
Post by: Kosmos on December 16, 2012, 09:59:21 pm
Great, thank you very much.