Diffusion KWin 73fae5e63df3

Support touch events in DecorationEventFilter

Authored by graesslin on May 12 2016, 2:33 PM.

Description

Support touch events in DecorationEventFilter

Summary:
Touch events are emulating mouse events, in particular left mouse
button.

With this change one can move windows through the decoration, use
the decoration buttons and also support the double click action.

As finding the decoration is pretty much exactly the same as for
pointer events, a new base class is introduces which provides the
functionality of updating the decoration and the shared common
variables.

Reviewers: Plasma

Subscribers: plasma-devel

Projects: Plasma

Differential Revision: https://phabricator.kde.org/D1604

Details