Re: [Qemu-devel] [PATCH] cocoa.m: Fix scroll wheel support

2018-01-08 Thread Peter Maydell
On 30 December 2017 at 16:30, John Arbuckle wrote: > When using a mouse's scroll wheel in a guest with the cocoa front-end, the > mouse pointer moves up and down instead of scrolling the window. This patch > fixes this problem. Thanks for this patch. The code looks good to me, but you can now a

[Qemu-devel] [PATCH] cocoa.m: Fix scroll wheel support

2017-12-30 Thread John Arbuckle
When using a mouse's scroll wheel in a guest with the cocoa front-end, the mouse pointer moves up and down instead of scrolling the window. This patch fixes this problem. Signed-off-by: John Arbuckle --- ui/cocoa.m | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff