clowd / Clowd

Simple but powerful screenshot and screen recording tool for Windows.
MIT License
74 stars 7 forks source link

Tool bugs when editor loses focus #3

Closed caesay closed 2 years ago

caesay commented 2 years ago

If the editor loses mouse capture and does not trigger the MouseUp event, this causes tools to break - thinking they are still operating even though the action should have been aborted. Tools should handle the LostMouseCapture event to account for this.

caesay commented 2 years ago

fixed