1
Window / Close() is not a member of Class Window?
« on: August 01, 2008, 10:23:33 am »
The tutorial said "Version 1.3"
So.. sorry then...
So.. sorry then...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
while (App.IsOpened())
App.Close();
sf::Window App(sf::VideoMode(800, 600, 32), "SFML Events");