repo/wayland/libinput
Owen Rafferty 22f7935fe0
libinput: 1.25.0
2024-01-20 00:01:13 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: use 'meson setup' 2023-11-18 14:51:12 -06:00
checksums libinput: 1.25.0 2024-01-20 00:01:13 -06:00
depends libinput: unbundle mtdev, libevdev 2022-10-17 14:16:16 +05:30
sources libinput: 1.25.0 2024-01-20 00:01:13 -06:00
version libinput: 1.25.0 2024-01-20 00:01:13 -06:00

README

libinput
________________________________________________________________________________

Libinput handles input devices for multiple Wayland compositors and also
provides a generic X.Org Server input driver. It aims to provide one
implementation for multiple Wayland compositors with a common way to handle
input events while minimizing the amount of custom input code compositors need
to include. libinput provides device detection (via udev), device handling,
input device event processing and abstraction. [0]

Upstream: https://www.freedesktop.org/wiki/Software/libinput/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b libinput                                                           |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Wayland_(display_server_protocol)#libinput