simple factor change

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-05-21 08:31:49 -07:00
parent 854745709e
commit c997d87a4f

View File

@ -347,7 +347,7 @@ class InputModel {
return;
}
final d = 0.95;
final d = 0.93;
x *= d;
y *= d;
final dx0 = x * _trackpadSpeed;