Re: [Qemu-devel] [PATCH v2] ui/cocoa.m: replace scrollingDeltaY with deltaY

2018-07-06 Thread Peter Maydell
On 6 July 2018 at 15:22, G 3 wrote: > > On Jul 6, 2018, at 5:11 AM, Peter Maydell wrote: > >> On 6 July 2018 at 03:53, John Arbuckle wrote: >>> >>> The NSEvent class method scrollingDeltaY is available >>> for Mac OS 10.7 and newer. Since QEMU supports Mac OS >>> 10.5 and up, we need to be using

Re: [Qemu-devel] [PATCH v2] ui/cocoa.m: replace scrollingDeltaY with deltaY

2018-07-06 Thread G 3
On Jul 6, 2018, at 5:11 AM, Peter Maydell wrote: On 6 July 2018 at 03:53, John Arbuckle wrote: The NSEvent class method scrollingDeltaY is available for Mac OS 10.7 and newer. Since QEMU supports Mac OS 10.5 and up, we need to be using a method that is available on these version of Mac OS X

Re: [Qemu-devel] [PATCH v2] ui/cocoa.m: replace scrollingDeltaY with deltaY

2018-07-06 Thread Peter Maydell
On 6 July 2018 at 03:53, John Arbuckle wrote: > The NSEvent class method scrollingDeltaY is available > for Mac OS 10.7 and newer. Since QEMU supports Mac OS > 10.5 and up, we need to be using a method that is > available on these version of Mac OS X. The deltaY > method is a method that does the