libinput/tools
Jonas Ådahl f3084e2c0d Use floating point numbers instead of fixed point numbers
Fixed point numbers can easily overflow, and double to fixed point
conversion is lossy. Use floating point (double) where fixed point
numbers where previously used and remove the li_fixed_t type.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-06-09 20:46:53 +02:00
..
.gitignore tools: add a tool for basic event debugging 2014-01-31 14:57:19 +10:00
event-debug.c Use floating point numbers instead of fixed point numbers 2014-06-09 20:46:53 +02:00
Makefile.am Add our own version of linux/input.h 2014-06-04 09:40:39 +10:00