sharpdx / SharpDX-Samples

Official repository for all SharpDX Samples
346 stars 222 forks source link

DXGI - secondary screen output #54

Open AndrejHafner opened 6 years ago

AndrejHafner commented 6 years ago

Hello,

i'm trying to duplicate the screen and it's working perfectly for the primary output screen. When I try to set the output to secondary screen, i get weird sizes (both screens get combined into one) and the returned dekstop frame is just black image. This worked in 2.6.3, but it doesn't work in 4.0.1.

Link to my SO problem: https://stackoverflow.com/questions/49235509/sharpdx-output-a-singlesecondary-monitor

Thanks!