Comment 1 for bug 1605513

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

Found the problem:

    void handleWheelEvent(ulong timestamp, QPoint angleDelta, Qt::KeyboardModifiers mods) override

QPoint is a pair of integers, but touchpad scroll values are floats.