Files
FreeRDP/client/Windows
garbb 24fc77a073 fix mouse button "stuck" down when dragged out of window
If user presses mouse button down within window and then moves it
outside of window before releasing, host will still see mouse
button as "stuck down" because mouse up event is not sent. So use
`SetCapture()`/`ReleaseCapture()` to capture mouse events until
button is released.
Also, since coordinates from WM_* events are signed values,
need to prevent negative values from being sent.
2022-09-21 09:59:22 +02:00
..
2022-03-03 11:26:48 +01:00
2022-01-11 12:34:43 +01:00
2022-01-19 09:24:57 +01:00
2019-11-07 10:53:54 +01:00
2022-02-14 14:59:22 +01:00
2022-09-12 08:40:10 +02:00
2022-06-23 08:48:39 +02:00
2019-11-07 10:53:54 +01:00
2022-03-03 11:26:48 +01:00