https://bugs.kde.org/show_bug.cgi?id=364358
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Martin Gräßlin <mgraess...@kde.org> --- This got fixed recently: commit 71c996fe33d0b4032c0e71293a1c283d69b9c2f8 Author: Martin Gräßlin <mgraess...@kde.org> Date: Thu Aug 11 12:55:25 2016 +0200 Select also raw button press/release in XInput2 based polling Summary: The mouse polling is also used to detect mouse button press/release events. This is used e.g. by the MouseClickEffect. The XInput2 filter only selected for Raw Motion events which means mouse button events are missed in case it's not combined with a motion. This change makes the input filter also select for raw button press and release events. To support this the X11EventFilter needed to be adjusted to support multiple generic event types to filter for. -- You are receiving this mail because: You are watching all bug changes.