Re: [Development] API review: Updating QWheelEvent

2012-01-17 Thread Denis Dzyubenko
Hi Morten, On Tue, Jan 17, 2012 at 2:42 PM, wrote: > QWheelEvent has fallen a bit behind and needs an update. It was once used for > mouse wheel events only, but is today also used for scroll events generated > from trackpad swipe gestures. > > There are two main issues: > > * QWheelEvents are

[Development] API review: Updating QWheelEvent

2012-01-17 Thread morten.sorvig
QWheelEvent has fallen a bit behind and needs an update. It was once used for mouse wheel events only, but is today also used for scroll events generated from trackpad swipe gestures. There are two main issues: * QWheelEvents are either horizontal or vertical, requiring two events and two cal