libinput/tools
Peter Hutterer 4c48b46d15 filter: revamp to create device-specific filters, rather than accel functions
The previous approach to pointer acceleration was to initialize the same
motion filter behavior but a different acceleration profile depending on the
hardware (the profile converts a speed to a multiplier for input deltas).

To be more flexible for hardware-specifics, change this into a set of specific
pointer acceleration init functions. This patch has no effective functional
changes, they're still all the same.

The acceleration functions are kept for direct access by the ptraccel-debug
tool.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2015-08-11 09:19:55 +10:00
..
.gitignore tools: ship the event-debug tool as an installed libinput-debug-events tool 2015-04-30 19:20:49 +10:00
event-debug.c Add a configuration interface for enabling/disabling disable-while-typing 2015-07-24 08:49:23 +10:00
event-gui.c tools: handle the initial set of events at event-gui's startup 2015-07-21 15:17:54 +10:00
libinput-debug-events.man tools: ship the event-debug tool as an installed libinput-debug-events tool 2015-04-30 19:20:49 +10:00
libinput-list-devices.c Add a configuration interface for enabling/disabling disable-while-typing 2015-07-24 08:49:23 +10:00
libinput-list-devices.man tools: fix typo in man page 2015-04-30 16:44:43 +10:00
Makefile.am tools: print symbolic key names too from event-debug 2015-05-29 12:23:05 +10:00
ptraccel-debug.c filter: revamp to create device-specific filters, rather than accel functions 2015-08-11 09:19:55 +10:00
publish-doc tools: fix the publish-doc script 2014-06-16 16:44:34 +10:00
shared.c Add a configuration interface for enabling/disabling disable-while-typing 2015-07-24 08:49:23 +10:00
shared.h Add a configuration interface for enabling/disabling disable-while-typing 2015-07-24 08:49:23 +10:00