libinput
Library that handles input devices
Install it by running either;
kpkg install libinput
or
kpkg build libinput
To see the difference, see The handbook
graph TD
N0["libevdev"]
N1["gperf"]
N2["libinput"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N3["mtdev"]
N4["eudev"]
N0 --> N2
N1 --> N4
N3 --> N2
N4 --> N2