mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
10 lines
420 B
Text
10 lines
420 B
Text
|
|
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.
|