stevenhoving / camstudio

CamStudio fork
Other
95 stars 37 forks source link

Region selection is broken on systems with multiple monitors #24

Closed robindegen closed 5 years ago

robindegen commented 6 years ago

The screen gets squashed to the left (black bar on the right) and the selection doesn't work at all, probably due to mouse cursor positions not being correct.

region select

stevenhoving commented 5 years ago

Region selection is broken on system who have swapped the main display.

part 2: the getcursorpos handles multiple monitors in a weird way: \see https://social.msdn.microsoft.com/Forums/vstudio/en-US/34bd062d-2100-4925-bdfa-9f98b881e7dc/winapi-getcursorpos-returning-incorrect-pointers-with-multiple-monitors?forum=vcgeneral

stevenhoving commented 5 years ago

fixed