hecomi / uWindowCapture

This allows you to use Windows Graphics Capture / PrintWindow / BitBlt in Windows to capture multiple windows individually and easily use them as Texture2D in Unity.
https://tips.hecomi.com/entry/2021/04/30/230322
MIT License
505 stars 81 forks source link

Mouse cursor capture only updates position if cursor is on the main display #15

Closed Xiexe closed 4 years ago

Xiexe commented 5 years ago

I.E. You have two monitor captures, you can see the mouse cursor just fine on the main display, however, the secondary display will not show the cursor if it is on it, and will instead show a mirror of the cursor on the primary display.

hecomi commented 5 years ago

Thank you for the report. I've fixed it in v0.6.0: https://github.com/hecomi/uWindowCapture/releases/tag/v0.6.0