Re: Trying to implement custom mouse acceleration

Xaver Hugl <[email protected]> Thu, 2 Apr 2026 13:39:38 +0200
Newsgroups gmane.comp.kde.devel.plasma,gmane.comp.kde.devel.kwin
Message-ID <CAFZQkGy+j3omv02Fp8devK+vtwNeKN2RMcE=8DhmxjEjQsozWw@mail.gmail.com>
Hi,

The errors you got were almost certainly for the mock_libinput.cpp
file - it's just used for autotests. For the new functions you use,
just add them in that file and it should compile.
Also, just in case, are you aware of
https://invent.kde.org/plasma/kwin/-/merge_requests/6937 already?

- Xaver