input: add per-device scroll-factor (#11241)

This commit is contained in:
Vaxry 2025-09-02 13:16:43 +02:00 committed by GitHub
parent 78e86d879f
commit 127aab8159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 593 additions and 22 deletions

View file

@ -52,6 +52,7 @@ in
postInstall = ''
install pointer-warp -t $out/bin
install pointer-scroll -t $out/bin
'';
cmakeBuildType = "Debug";