SFML community forums

Help => Window => Topic started by: Crossfire on March 13, 2009, 11:29:21 am

Title: [SOLVED] Get info about window style
Post by: Crossfire 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.
Title: [SOLVED] Get info about window style
Post by: Laurent on March 13, 2009, 12:48:33 pm
No, there's nothing to retrieve the style. Why would you need that?
Title: [SOLVED] Get info about window style
Post by: Crossfire 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.