Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::RenderWindow.Capture is gone?  (Read 1928 times)

0 Members and 1 Guest are viewing this topic.

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
sf::RenderWindow.Capture is gone?
« 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.
I use the latest build of SFML2

Lokk

  • Full Member
  • ***
  • Posts: 228
    • View Profile
    • http://betadineproject.wordpress.com/
sf::RenderWindow.Capture is gone?
« Reply #1 on: September 26, 2009, 04:18:13 am »
You should use Image::CopyScreen.

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
sf::RenderWindow.Capture is gone?
« Reply #2 on: September 26, 2009, 04:24:15 am »
Quote from: "Lokk"
You should use Image::CopyScreen.
Thank you!
I use the latest build of SFML2

 

anything