📜  如何锁定窗口调整大小 c++ sfml' - C++ 代码示例

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

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