SFML community forums

Help => Window => Topic started by: paupav on August 18, 2014, 05:50:12 pm

Title: Minimise window and/or change view modes
Post by: paupav on August 18, 2014, 05:50:12 pm
I know none of those 2 are supported by default in SFML, but how can I achieve that effect?
Does anyone know?
If I didn't knew it was bad idea I would use goto and close that window and then again open it in the fullscreen.
Title: Re: Minimise window and/or change view modes
Post by: Hiura on August 18, 2014, 06:04:20 pm
sf::Window::setVisible (not really minimising but....) & sf::Window::create ?
Title: Re: Minimise window and/or change view modes
Post by: paupav on August 18, 2014, 06:28:02 pm
Just found about window.create :D