https://bugs.kde.org/show_bug.cgi?id=477898
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/3afdd02e02 | |1b9faf3adc797a7cc4f8a82ff9f | |d4f Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 3afdd02e021b9faf3adc797a7cc4f8a82ff9fd4f by Nicolas Fella. Committed on 24/04/2025 at 11:40. Pushed by nicolasfella into branch 'master'. Add relative mode for graphics tablet Graphics tablets normally operate in an absolute manner where the input event position gets applied to a screen more or less directly. However some people prefer it operating in a relative manner where it works more similar to a mouse where movements of the stylus are added to the current cursor position. M +26 -11 src/backends/libinput/connection.cpp M +14 -0 src/backends/libinput/device.cpp M +16 -0 src/backends/libinput/device.h M +5 -0 src/core/inputdevice.cpp M +4 -0 src/core/inputdevice.h M +5 -0 src/hide_cursor_spy.cpp M +2 -0 src/input.cpp M +71 -10 src/tablet_input.cpp M +3 -0 src/tablet_input.h https://invent.kde.org/plasma/kwin/-/commit/3afdd02e021b9faf3adc797a7cc4f8a82ff9fd4f -- You are receiving this mail because: You are watching all bug changes.