SFML community forums

Help => General => Topic started by: Kernelpanic on May 20, 2008, 08:58:52 pm

Title: Changes in the new SVN-Version
Post by: Kernelpanic on May 20, 2008, 08:58:52 pm
Yes, RenderWindow::GetViewRect is missing in the new SVN-Version, what is the alternative?

The Constructors are different, too.
I hope they ll be listed in the documentation.
Title: Changes in the new SVN-Version
Post by: Laurent on May 21, 2008, 03:20:05 am
You could simply have a look at the header, there are not hundreds of functions in RenderWindow ;)
Or even better : the SVN log, to see what has changed.

There's now a function to get the current view, and one in sf::View to get the view's rectangle.