I have searched everywhere but only found Renderwindow::capture() for taking a screenshot, but this methode only takes a screenshot of the application itself and not whole Desktop.
My question is is there a way to take a screenshot of the whole desktop in SFML or do i have to go the hard way with win32 API?
Thanks in Advance