I added the all_screens flag for screenshot. This allows you to take a screenshot of all the screens when there is more than one.
By default, the flag is disabled to save the behavior.
This only works on win32.
There is a solution for os x, but it gives two images on two screens:
https://stackoverflow.com/questions/21673730/get-osx-screencapture-terminal-tool-to-capture-both-screens
I don't have os x to make and debug code for os x.
I added the all_screens flag for screenshot. This allows you to take a screenshot of all the screens when there is more than one. By default, the flag is disabled to save the behavior. This only works on win32. There is a solution for os x, but it gives two images on two screens: https://stackoverflow.com/questions/21673730/get-osx-screencapture-terminal-tool-to-capture-both-screens I don't have os x to make and debug code for os x.