mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 12:10:06 +01:00
read-only mirror of https://gitlab.freedesktop.org/libinput/libinput
By specifying that a device will not be read until the next time the user calls libinput_dispatch(), if data is available, it will allow for setting up initial configuration, such as tap button, output screen size, acceleration parameters, etc. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> |
||
|---|---|---|
| doc | ||
| m4 | ||
| src | ||
| test | ||
| .gitignore | ||
| autogen.sh | ||
| configure.ac | ||
| Makefile.am | ||
| README | ||
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.