davidedmundson accepted this revision. davidedmundson added a comment. This revision is now accepted and ready to land.
You're matching the buttonReleased/buttonPressed/axis/etc events. So +2 for the immediate fix. But longterm the point of sendFrame is to help batching so the current code of calling sendFrame in every send event is wrong and undermines the wayland design. IMHO it needs to be either explicit from kwin, or alternatively some clever code here that only actually calls sendFrame once when we hit the event loop. REPOSITORY R127 KWayland BRANCH fixRelativeMotionFrame REVISION DETAIL https://phabricator.kde.org/D13257 To: romangg, #plasma, #kwin, #frameworks, davidedmundson Cc: davidedmundson, kde-frameworks-devel, michaelh, ngraham, bruns