mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
simple factor change
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
854745709e
commit
c997d87a4f
@ -347,7 +347,7 @@ class InputModel {
|
||||
return;
|
||||
}
|
||||
|
||||
final d = 0.95;
|
||||
final d = 0.93;
|
||||
x *= d;
|
||||
y *= d;
|
||||
final dx0 = x * _trackpadSpeed;
|
||||
|
Loading…
Reference in New Issue
Block a user