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

2018-01-18 Thread Peter Maydell
On 8 January 2018 at 18:07, 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. > > Signed-off-by: John Arbuckle Applied to master, thanks. -- PMM

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

2018-01-08 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 | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-