Port udev-seat to be used in libinput
[platform/upstream/libinput.git] / README
1 This library does processing on input device events while providing an API
2 to the the user used for delegating more useful input events.
3
4 Input event processing includes scaling touch coordinates, generating
5 pointer events from touchpads, pointer acceleration, etc.
6
7 It is based on the input code from the weston Wayland reference compositor.
8
9 It has no other dependencies than libmtdev and supports only evdev devices.