SFML community forums

Help => Window => Topic started by: another27 on February 17, 2020, 07:33:05 pm

Title: Window style
Post by: another27 on February 17, 2020, 07:33:05 pm
How can I change style of the Window, after creation?

I have a sf::RenderWindow mainWindow; variable in my game class, and I want change style after creation.

thx in advance 4 ur attention
Title: Re: Window style
Post by: G. on February 17, 2020, 08:40:32 pm
You have to call the create function again with the desired style.