Comment 4 for bug 1605513

Revision history for this message
Gerry Boland (gerboland) wrote : Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

Ah no, I'm reading the API wrong (kudos to faenil for correcting me):
QPoint pixelDelta
is in integers, as are all QWheelEvent calculations. So that's not going to work without breaking Qt APIs, which is unlikely.

An alternative option might be to us Qt's support for native gesture events - this is used on OS X. These do let Qt do Pan/Swipe gestures with float precision.