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