smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
619 stars 156 forks source link

fix two DXGI issues #47

Closed BradyBrenot closed 6 years ago

BradyBrenot commented 6 years ago

Fixes two DXGI issues

  1. incorrect assumption that capture will only happen on the first DXGI adapter, and that the order of outputs from DXGI matches the order of outputs that it gets from EnumDisplayDevices
  2. chokes on monitors rotated 90 or 270 degrees

Addresses #46 - DXGI issues: EnumDisplayDevices mismatch, and rotated monitors

smasherprog commented 6 years ago

Looks good Thanks for the PR