fix(touchpad): differentiate scroll speed between touchpad and mouse wheel

This commit is contained in:
Runze
2025-08-07 22:26:26 +08:00
parent f8d162d995
commit 86ddb61a3f
4 changed files with 41 additions and 0 deletions
@@ -137,6 +137,9 @@ Item {
anchors.fill: parent
spacing: 10
touchpadScrollFactor: 600
mouseScrollFactor: 200
property int lastResponseLength: 0
clip: true