https://bugs.kde.org/show_bug.cgi?id=457705
--- Comment #11 from Joshua Goins <j...@redstrate.com> --- Git commit fe9b9ee4c65b00d61b1e840faeb1bdcc27274b69 by Joshua Goins, on behalf of Joshua Goins. Committed on 14/10/2024 at 21:53. Pushed by redstrate into branch 'master'. libinput: Add pressure curve property for tweaking pen pressure This adds a property backed by the aforementioned CubicCurve class, which will allow us to assign a curve to transform the pen pressure. This can be used for small changes like changing the thresholds (beyond what libinput already does transparently), to radically changing how the pen pressure is mapped. M +47 -0 autotests/libinput/device_test.cpp M +65 -1 src/backends/libinput/device.cpp M +13 -0 src/backends/libinput/device.h https://invent.kde.org/plasma/kwin/-/commit/fe9b9ee4c65b00d61b1e840faeb1bdcc27274b69 -- You are receiving this mail because: You are watching all bug changes.