📜  如何阻止窗口调整大小 sfml c++ 代码示例

📅  最后修改于: 2022-03-11 14:44:46.130000             🧑  作者: Mango

代码示例1
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