Find a file
Jonas Ådahl 1dad790a7f Introduce libinput_device_get_sysname() API
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2013-12-15 17:50:04 +01:00
doc doc: hook up doxygen to generate the public API documentation 2013-12-07 14:06:46 +01:00
m4 Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
src Introduce libinput_device_get_sysname() API 2013-12-15 17:50:04 +01:00
.gitignore doc: hook up doxygen to generate the public API documentation 2013-12-07 14:06:46 +01:00
autogen.sh Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
configure.ac doc: hook up doxygen to generate the public API documentation 2013-12-07 14:06:46 +01:00
Makefile.am doc: hook up doxygen to generate the public API documentation 2013-12-07 14:06:46 +01:00
README Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00

This library does processing on input device events while providing an API
to the the user used for delegating more useful input events.

Input event processing includes scaling touch coordinates, generating
pointer events from touchpads, pointer acceleration, etc.

It is based on the input code from the weston Wayland reference compositor.

It has no other dependencies than libmtdev and supports only evdev devices.