how to block window resize sfml c 2b 2b

Solutions on MaxInterview for how to block window resize sfml c 2b 2b by the best coders in the world

showing results for - "how to block window resize sfml c 2b 2b"
Neele
11 Jan 2020
1sf::RenderWindow wn(sf::VideoMode(620.f, 620.f),"Lvl Editor",sf::Style::Close);
2
3//sf::Style::Close only allows the window to close and minimize and doesn't allows it to resize