On 6 July 2018 at 15:22, G 3 <programmingk...@gmail.com> wrote: > > On Jul 6, 2018, at 5:11 AM, Peter Maydell wrote: > >> On 6 July 2018 at 03:53, John Arbuckle <programmingk...@gmail.com> 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 same thing as >>> scrollingDeltaY and is available on Mac OS 10.5 and >>> up. So we simply replace scrollingDeltaY with deltaY. >> >> >> Commit message doesn't match code change. > > > Did you want me to add information on dropping events with a > deltaY value of zero?
Yes. The code is not doing a simple replace of one method with the other, so the commit message shouldn't say it is. thanks -- PMM