libinput/tools
Peter Hutterer 8a6825f160 filter: move the pointer acceleration profiles back to units/ms
There is no need here to use µs since we're just handling speeds/thresholds,
not actual events where a ms granularity can be too high.

Moving back to ms lets us drop a bunch of zeroes that clutter up the code, and
since the acceleration functions are a bit magic anyway, having the various
1000.0 factors in there makes it even less obvious.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2015-08-03 11:19:54 +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: move the pointer acceleration profiles back to units/ms 2015-08-03 11:19:54 +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