mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 05:50:05 +01:00
filter: tweak the magic slowdown
Could be confirmation bias, but it feels better. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
7e5062f632
commit
f4ff619cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
* technically correct but subjectively wrong, we expect a touchpad to be a
|
||||
* lot slower than a mouse. Apply a magic factor to slow down all movements
|
||||
*/
|
||||
#define TP_MAGIC_SLOWDOWN 0.4 /* unitless factor */
|
||||
#define TP_MAGIC_SLOWDOWN 0.37 /* unitless factor */
|
||||
|
||||
/* Convert speed/velocity from units/us to units/ms */
|
||||
static inline double
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue