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

Author Topic: [SOLVED] Get info about window style  (Read 2256 times)

0 Members and 1 Guest are viewing this topic.

Crossfire

  • Newbie
  • *
  • Posts: 7
    • View Profile
[SOLVED] Get info about window style
« on: March 13, 2009, 11:29:21 am »
Is there a way to check the current style of the window, using the window object itself?
For example something like:
window.isFullscreen()
Or another elaborate way? I could not find anything in the code, but maybe I missed something obvious.

Thanks in advance.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
[SOLVED] Get info about window style
« Reply #1 on: March 13, 2009, 12:48:33 pm »
No, there's nothing to retrieve the style. Why would you need that?
Laurent Gomila - SFML developer

Crossfire

  • Newbie
  • *
  • Posts: 7
    • View Profile
[SOLVED] Get info about window style
« Reply #2 on: March 13, 2009, 02:13:17 pm »
:) Thank you. It's not really important, I will just make some workaround for this particular case. I think you are right, usually, one wouldn't need that, therefore no need to provide it.

 

anything