how to lock window resize c++ sfml' code example
Example: how to lock window resize c++ sfml'
sf::RenderWindow wn(sf::VideoMode(620.f, 620.f),"Lvl Editor",sf::Style::Close);
//this only allows the window to close or minimize and prevents it from resizing