Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadahl/libinput
(mostly not up to date) mirror of libinput
https://github.com/jadahl/libinput
Last synced: about 1 month ago
JSON representation
(mostly not up to date) mirror of libinput
- Host: GitHub
- URL: https://github.com/jadahl/libinput
- Owner: jadahl
- Created: 2013-11-12T21:44:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T02:12:49.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:57:04.226Z (3 months ago)
- Language: C
- Homepage: http://cgit.freedesktop.org/wayland/libinput/
- Size: 2.68 MB
- Stars: 8
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
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.