SFML community forums

Help => Window => Topic started by: wademcgillis on August 29, 2009, 09:53:29 pm

Title: Window Non-Resizable
Post by: wademcgillis on August 29, 2009, 09:53:29 pm
How do I make a window non-resizable?
Title: Window Non-Resizable
Post by: Hiura on August 29, 2009, 10:30:39 pm
-> http://www.sfml-dev.org/tutorials/1.5/window-window.php
Quote

The style parameter can be a combination of the sf::Style flags, which are None, Titlebar, Resize, Close and Fullscreen. The default style is Resize | Close.

Don't add Resize. That's all.