Hi,
I'm new to SFML, but I'm liking it so far. Just one quick (perhaps newbie) question:
How can I change video mode while the app is running?
I want that if the user presses F o something, it toggles full screen. I've looked through all the possibilities of
a sf::RenderWindow, but I can't find one that says SetVideoMode.
When you create the sf::RenderWindow you need to set video mode, but then how to change it after, I can't figure it out.
Thanks!