mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 14:00:29 +01:00
read-only mirror of https://gitlab.freedesktop.org/libinput/libinput
This event type is needed to notify callers that there is currently no event waiting (in a follow-up patch). Also, it it avoids true/false inconsistencies on event types (LIBINPUT_EVENT_ADDED_SEAT would otherwise be the only FALSE event). While that's not technically necessary, it may prevent the odd bug further down the road. 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.