SFML community forums

Help => Graphics => Topic started by: Joshua Flynn on October 30, 2012, 03:51:35 pm

Title: Is there a way to take a screenshot of the entire screen?
Post by: Joshua Flynn on October 30, 2012, 03:51:35 pm
What functions, etc would I be looking at?
Title: Re: Is there a way to take a screenshot of the entire screen?
Post by: eXpl0it3r on October 30, 2012, 04:03:50 pm
SFML can't do this directly...
You might want to take a look at QuickSnap (http://en.sfml-dev.org/forums/index.php?topic=9496.0) or if you want to use Qt (http://doc.crossplatform.ru/qt/4.3.2/desktop-screenshot.html).
Otherwise Google is your friend... ;)