Re: [PATCH 3/3] ui/cocoa: Adds support for mouse cursors

2024-06-25 Thread Phil Dennis-Jordan
On Tue, 11 Jun 2024 at 09:36, Akihiko Odaki wrote: > > […] I also > > definitely think host cursor integration is useful and valuable, at > > least in absolute pointing mode - for example, when the host system is > > itself being remote controlled, and also to avoid the cursor being > > cropped

Re: [PATCH 3/3] ui/cocoa: Adds support for mouse cursors

2024-06-11 Thread Akihiko Odaki
On 2024/06/10 23:00, Phil Dennis-Jordan wrote: On Sun, 9 Jun 2024 at 11:06, Akihiko Odaki > wrote: Thanks for working on ui/cocoa, but I already have submitted a patch for this particular problem:

Re: [PATCH 3/3] ui/cocoa: Adds support for mouse cursors

2024-06-10 Thread Phil Dennis-Jordan
On Sun, 9 Jun 2024 at 11:06, Akihiko Odaki wrote: > Thanks for working on ui/cocoa, but I already have submitted a patch for > this particular problem: > https://patchew.org/QEMU/20240318-cursor-v1-0-0bbe6c382...@daynix.com/ > Sorry, I missed this patch set - thanks for bringing it to my

Re: [PATCH 3/3] ui/cocoa: Adds support for mouse cursors

2024-06-09 Thread Akihiko Odaki
On 2024/06/09 5:20, Phil Dennis-Jordan wrote: This change implements the callbacks dpy_cursor_define and dpy_mouse_set for the Cocoa UI. The incoming mouse cursor image is converted into an NSCursor object, allowing the guest mouse cursor to be rendered as the host's native OS cursor on macOS.

[PATCH 3/3] ui/cocoa: Adds support for mouse cursors

2024-06-08 Thread Phil Dennis-Jordan
This change implements the callbacks dpy_cursor_define and dpy_mouse_set for the Cocoa UI. The incoming mouse cursor image is converted into an NSCursor object, allowing the guest mouse cursor to be rendered as the host's native OS cursor on macOS. This is straightforward in absolute pointing