https://bugs.kde.org/show_bug.cgi?id=432104
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/1719c9cc0760 | |8d8ca1829f8747ec4760fbaff81 | |b --- Comment #6 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 1719c9cc07608d8ca1829f8747ec4760fbaff81b by Fushan Wen. Committed on 23/11/2021 at 00:50. Pushed by fusionfuture into branch 'master'. Enable using stylus to switch focus and operate on the decoration Add `tabletToolEvent()` to DecorationEventFilter class so it can handle tablet events. Add `tabletToolEvent()` to MoveResizeFilter class to avoid incorrect titlebar highlight after a window is resized by using a stylus. Add `tabletToolEvent()` to WindowActionInputFilter class so window focus can be changed by clicking on the window content area when using a stylus. Add `update()` to `TabletInputRedirection::tabletToolEvent()` to enable switching window focus by using a stylus. M +78 -0 src/input.cpp M +158 -7 src/tablet_input.cpp M +12 -1 src/tablet_input.h https://invent.kde.org/plasma/kwin/commit/1719c9cc07608d8ca1829f8747ec4760fbaff81b -- You are receiving this mail because: You are watching all bug changes.