mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 22:10:25 +01:00
read-only mirror of https://gitlab.freedesktop.org/libinput/libinput
On the typical setup we have at least 3 events pending as soon as we hook it up (seat added, device added, capability). In the udev case we get up to > 64 events without even having input events on my laptop with only two extra devices connected. So always allocate an event buffer to avoid spurious resizing. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> |
||
|---|---|---|
| doc | ||
| m4 | ||
| src | ||
| .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.