mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 14:40:26 +01:00
touchpad: Make pointer movements a bit faster by default
Alter the so far hard coded parameters a bit to make the pointer acceleration profile accelerate the pointer movement a bit more than before. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
40bae41159
commit
4e669bf246
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@
|
|||
|
||||
#include "evdev-mt-touchpad.h"
|
||||
|
||||
#define DEFAULT_CONSTANT_ACCEL_NUMERATOR 50
|
||||
#define DEFAULT_MIN_ACCEL_FACTOR 0.16
|
||||
#define DEFAULT_MAX_ACCEL_FACTOR 1.0
|
||||
#define DEFAULT_CONSTANT_ACCEL_NUMERATOR 100
|
||||
#define DEFAULT_MIN_ACCEL_FACTOR 0.20
|
||||
#define DEFAULT_MAX_ACCEL_FACTOR 0.40
|
||||
#define DEFAULT_HYSTERESIS_MARGIN_DENOMINATOR 700.0
|
||||
|
||||
static inline int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue