mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-11 14:21:49 +08:00
On Windows and macOS, resizing the window with the mouse blocks the event loop until the click is released. To keep rendering during resizing, an event watcher is registered to handle resize events. Avoid handling resize events twice by ensuring `SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED` is processed only once. PR #6758 <https://github.com/Genymobile/scrcpy/pull/6758> |
||
|---|---|---|
| .. | ||
| data | ||
| deps | ||
| src | ||
| tests | ||
| meson.build | ||
| scrcpy-windows.manifest | ||
| scrcpy-windows.rc | ||
| scrcpy.1 | ||