Re: [PATCH 2/2] ui/cocoa: release mouse when user switches away from QEMU window

2022-02-18 Thread Akihiko Odaki
Reviewed-by: Akihiko Odaki On 2022/01/03 2:41, Carwyn Ellis wrote: This resolves an issue where using command-tab to switch between QEMU and other windows on the host can leave the mouse pointer visible. By releasing the mouse when the user switches away, the user must left click on the QEMU

[PATCH 2/2] ui/cocoa: release mouse when user switches away from QEMU window

2022-01-02 Thread Carwyn Ellis
This resolves an issue where using command-tab to switch between QEMU and other windows on the host can leave the mouse pointer visible. By releasing the mouse when the user switches away, the user must left click on the QEMU window when switching back in order to hide the pointer and return