Skip to content

shell: use angleDelta in `wheelEventString`

Fushan Wen requested to merge work/fuf/horizontalscroll into master

ContainmentInterface uses angleDelta, so change to angleDelta to keep consistent with ContainmentInterface.

Getting properties in C++ side is probably faster than in QML side, so pass QQuickWheelEvent pointer directly to wheelEventString.

Merge request reports