Multiple Monitor Fullscreen windows

Started by
3 comments, last by Curin 11 years, 1 month ago

In Slimdx, I'm trying to find out how to make a window go fullscreen to a specific monitor with no luck so far. Any help would be appreciated.

Thanks in advance =)

Advertisement

Which version of D3D are you using?

I am using d3d 11

When you call SetFullScreenState on your swap chain, you can pass a DXGI.Output to specify which display you want to go fullscreen on. To obtain an output for a display, you can get the DXGI.Adapter reference using the property Device.Adapter and then call GetOutput.

Thank You very much MJP =)

This topic is closed to new replies.

Advertisement