Comment 8 for bug 1605513

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

Come to think of it, the core of this bug might be outside of QtMir. That is whatever eventually receives handleWheelEvent is failing to scroll proportionately to the magnitude of angleDelta, and instead is scrolling just proportionately to the number of calls to handleWheelEvent.