how to lock window resize c 2b 2b sfml 27

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

showing results for - "how to lock window resize c 2b 2b sfml 27"
Samuel
04 Jan 2021
1sf::RenderWindow wn(sf::VideoMode(620.f, 620.f),"Lvl Editor",sf::Style::Close);
2
3//this only allows the window to close or minimize and prevents it from resizing