SFML community forums

Help => Graphics => Topic started by: OniLinkPlus on September 26, 2009, 02:08:43 am

Title: sf::RenderWindow.Capture is gone?
Post by: OniLinkPlus on September 26, 2009, 02:08:43 am
What just happened? I updated to the latest SFML2 Build, and now there's no more sf::RenderWindow.Capture(). Is there a reason you removed it? I can't find anything else for Capturing RenderWindows in the Documentation, and I need it for my freezeframe Message Box.
Title: sf::RenderWindow.Capture is gone?
Post by: Lokk on September 26, 2009, 04:18:13 am
You should use Image::CopyScreen.
Title: sf::RenderWindow.Capture is gone?
Post by: OniLinkPlus on September 26, 2009, 04:24:15 am
Quote from: "Lokk"
You should use Image::CopyScreen.
Thank you!