How to block window resize sfml c++ code example
Example: How to block window resize sfml c++
sf::RenderWindow wn(sf::VideoMode(620.f, 620.f),"Lvl Editor",sf::Style::Close);
//sf::Style::Close only allows the window to close and minimize and doesn't allows it to resize