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

Author Topic: How to take a screenshot of Desktop  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

whitegentleman

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
How to take a screenshot of Desktop
« on: April 27, 2013, 08:46:05 pm »
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 :)


Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: How to take a screenshot of Desktop
« Reply #1 on: April 27, 2013, 10:43:56 pm »
Quote
My question is is there a way to take a screenshot of the whole desktop in SFML
No. SFML doesn't manage what's outside its own windows.
Laurent Gomila - SFML developer

 

anything