SFML community forums
Help => General => Topic started 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.
-
This is the default behaviour, you don't even have to do anything.
-
Great, thank you very much.