mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-09 02:50:16 +01:00
read-only mirror of https://gitlab.freedesktop.org/libinput/libinput
There are now only two event classes and only two users of the event class. It's easier to use the event type directly to see which event has references and which one doesn't. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> |
||
|---|---|---|
| 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.