Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SFML 1.6] Preventing A Window Resize  (Read 1665 times)

0 Members and 1 Guest are viewing this topic.

Lith

  • Newbie
  • *
  • Posts: 5
    • View Profile
[SFML 1.6] Preventing A Window Resize
« 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.

Lupinius

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
[SFML 1.6] Preventing A Window Resize
« Reply #1 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.