Find a file
Peter Hutterer b2a345e25d test: add tablet conversion checks
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-05-27 11:53:42 +10:00
doc Merge branch 'master' into tablet-support 2015-05-22 14:21:21 +10:00
include/linux Update to v4.0 kernel header 2015-04-22 08:24:38 +10:00
m4 Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
src tablet: add missing libinput_event_tablet_get_base_event 2015-05-27 11:53:25 +10:00
test test: add tablet conversion checks 2015-05-27 11:53:42 +10:00
tools Merge branch 'master' into tablet-support 2015-05-26 10:39:04 +10:00
udev Rename MODEL_SYSTEM76_CLEVO to MODEL_CLEVO_W740SU 2015-05-21 11:31:55 +10:00
.gitignore Add a few more exclusions to .gitignore 2015-05-25 09:17:29 +10:00
.vimdir Add .vimdir for libinput-specific settings 2015-05-25 09:17:29 +10:00
autogen.sh Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
configure.ac Merge branch 'master' into tablet-support 2015-05-22 14:21:21 +10:00
COPYING filter: add Simon's copyright 2015-05-07 08:02:58 +10:00
Makefile.am Add udev bits to assign LIBINPUT_DEVICE_GROUP 2015-02-18 10:08:29 +10:00
README.txt README: Add the libinput component to the bugzilla URL 2015-02-09 08:12:45 +10:00

/*!@mainpage

libinput
========

libinput is a library that handles input devices for display servers and other
applications that need to directly deal with input devices.

It provides device detection, device handling, input device event processing
and abstraction so minimize the amount of custom input code the user of
libinput need to provide the common set of functionality that users expect.

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

libinput originates from weston, the Wayland reference compositor.

The source code of libinput can be found at:
http://cgit.freedesktop.org/wayland/libinput

For more information, visit:
http://www.freedesktop.org/wiki/Software/libinput/

Bugs can be filed in the libinput component of Wayland:
https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput

Online API documentation:
http://wayland.freedesktop.org/libinput/doc/latest/modules.html

*/