SFML community forums

Help => Window => Topic started by: Lith on September 03, 2010, 09:39:34 pm

Title: [SFML 1.6] Preventing A Window Resize
Post by: Lith on September 03, 2010, 09:39:34 pm
Is there any possible way to make the user not be able to resize the window?

I tryed to re-create the window with the original paramaters every time there is a resize event but i was wondering if there was any other way.
Title: [SFML 1.6] Preventing A Window Resize
Post by: Lupinius on September 04, 2010, 02:00:36 am
When creating a window you can pass set the style style of the window with the third parameter, also allowing you to make it not resizeable.