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

Author Topic: How do I restrict my window to a set size or fullscreen?  (Read 1315 times)

0 Members and 1 Guest are viewing this topic.

insomniac

  • Newbie
  • *
  • Posts: 13
    • View Profile
How do I restrict my window to a set size or fullscreen?
« on: December 14, 2012, 10:29:42 pm »
I'm using sfml 1.6 and I guess the title says it all, I either want a player to be able to run a 800x600 window or fullscreen window but not be able to resize it.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: How do I restrict my window to a set size or fullscreen?
« Reply #1 on: December 14, 2012, 10:57:15 pm »
Don't use the Resize window style when you create your window.
Laurent Gomila - SFML developer

insomniac

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: How do I restrict my window to a set size or fullscreen?
« Reply #2 on: December 15, 2012, 12:39:26 am »
Thankyou!

 

anything