Skip to content

Support Touch events in Overview effect

Arjen Hiemstra requested to merge work/ahiemstra/overviewtouch into master

This adds support for forwarding touch events to EffectQuickView and makes the Overview effect make use of that. This allows basic touch interaction for the overview, so you can actually switch windows and/or close the effect.

Due to how QTouchEvent works, this requires maintaining touch point state in EffectQuickView, since KWin only sends events for a single touch point at a time.

This requires qt/qt/qtdeclarative!14 (merged) to be fully functional since the first touch point from KWin will have ID 0 and then be ignored by TapHandler.

Merge request reports