Archive
Posts Tagged ‘is’
sf::Window::IsOpen()
19.01.2012
Leave a comment
Previously, we always checked if our SFML window was open using sf::Window::IsOpened(), which returned bool. Well, the function has recently been renamed to IsOpen(), although it appears otherwise unchanged (externally at least). So bear in mind that if you’re using a very up to date SFML snapshot, you may need to use sf::Window::IsOpen() rather than the old sf::Window::IsOpened().
Related articles
- SFML 2.0 Builds (sfmlcoder.wordpress.com)
