diff options
author | Patrick Curran <pjcurran@wisc.edu> | 2010-07-23 17:28:01 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-08-20 11:08:47 +1000 |
commit | 56655fd15f676fea143f3963e23b464b275b2e77 (patch) | |
tree | 133b0dc1342a1579f2b81420801290c67024d6a9 /include | |
parent | a6ca4d2523904b7ce49edc29ba408979bdf0d45e (diff) |
Added "friction physics" so coasting can stop on its own.
When you are coasting (but not corner coasting) you might want the
scrolling to slow down and stop on its own. This also lets you
start coasting while using a two finger scroll.
Signed-off-by: Patrick Curran <pjcurran@wisc.edu>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index cf330d8..9c6a2ee 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -130,7 +130,7 @@ /* 32 bit, 2 values, width, z */ #define SYNAPTICS_PROP_PALM_DIMENSIONS "Synaptics Palm Dimensions" -/* FLOAT */ +/* FLOAT, 2 values, speed, friction */ #define SYNAPTICS_PROP_COASTING_SPEED "Synaptics Coasting Speed" /* 32 bit, 2 values, min, max */ |