Answers for "how to lock window resize c++ sfml'"

C++
1

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

Browse Popular Code Answers by Language