Fix documentation for libinput_log_set_handler
[platform/upstream/libinput.git] / README
1 libinput
2
3 libinput is a library that handles input devices for display servers and other
4 applications that need to directly deal with input devices.
5
6 It provides device detection, device handling, input device event processing
7 and abstraction so minimize the amount of custom input code the user of
8 libinput need to provide the common set of functionality that users expect.
9
10 Input event processing includes scaling touch coordinates, generating
11 pointer events from touchpads, pointer acceleration, etc.
12
13 libinput originates from weston, the Wayland reference compositor.
14
15 The source code of libinput can be found at:
16 http://cgit.freedesktop.org/wayland/libinput
17
18 For more information, visit:
19 http://www.freedesktop.org/wiki/Software/libinput/