Answers for "How to block window resize sfml c++"

C++
1

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
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language