I want to create a game that will take advantage of multiple monitors. For example, if the user has 3 monitors side by side I want the program to spread the image across all 3 monitors.
How am I supposed to do this? Can I just make one really big window, or do I have to do 3 separate windows? And if I have to do separate windows, how do I know the orientation of the monitors?
Thanks in advance!