SFML community forums

General => Feature requests => Topic started by: Acumen on June 27, 2013, 06:09:48 am

Title: Multiple Monitors
Post by: Acumen on June 27, 2013, 06:09:48 am
I know it has been said before, but I could not find a thread in this section about it, so I created one.

Multiple monitor control would be great!
Title: Re: Multiple Monitors
Post by: eXpl0it3r on June 27, 2013, 11:13:16 am
You should elaborate more. What do you understand exactly with "control"?
What exactly do you want SFML to do and do you have suggestion for the API?
Title: Re: Multiple Monitors
Post by: Acumen on June 27, 2013, 04:41:00 pm
I think what I am looking for, is being able to read available monitors, then to be able to specifically set target monitors for windows to open in.

Maybe if windows had an "available displays" function that returned an int of the number of displays attached, and set/get that could move it to a display? I'm not sure if that is the best way to go about it, but that is what comes to mind.