Open a fullscreen window on 2nd monitor with SFML?

c, c++, sfml, windows

Solution

I'm afraid the answer is no. Here's a quote from a different part of that site:

SFML doesn't explicitely manage multiple monitors. As a consequence, you won't be able to choose which monitor a window appears on, and you won't be able to create more than one fullscreen window. This should be improved in a future version.

Problem

Is there a way to open a full screen window with SFML on a 2nd monitor?

Original source