smasherprog / screen_capture_lite

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

SL::Screen_Capture::GetMonitors() returns empty vector #45

Closed FennecFix closed 6 years ago

FennecFix commented 6 years ago

windows 10, msvc

smasherprog commented 6 years ago

Can you step through the GetMonitoprs.cpp file, line 18 and see what the StateFlags are for each of your monitors?

smasherprog commented 6 years ago

I just committed a possible fix. Its in master. Can you try pulling master to see if it works for you?

FennecFix commented 6 years ago

Yes, that worked. Thank you!

smasherprog commented 6 years ago

Thanks for finding this. A new release has been published