<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma on Wayland.<br />Restricted Application added subscribers: kwin, plasma-devel.<br />Restricted Application added projects: Plasma on Wayland, KWin.</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D2450" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The Effect class is extended by three new virtual methods:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">touchDown</li>
<li class="remarkup-list-item">touchMotion</li>
<li class="remarkup-list-item">touchUp</li>
</ul>

<p>The methods return a boolean value so that the events can be filtered<br />
out. E.g. an effect which has also a mouse grab installed wants to<br />
filter out all events, other effects don't need the events exclusively.</p>

<p>This is a difference to how e.g. keyboard and pointer events are handled.<br />
But is more close to how KWin's internal input event passing works and<br />
makes it easier to get touch event: one does not explicitly has to grab<br />
the events. It's also closer to Wayland where all input events are<br />
available.</p>

<p>As a first example the Present Windows effect is adjusted and allows to<br />
activate windows through the touch screen. As much code as possible is<br />
shared with pointer input.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>effects-touch</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2450" rel="noreferrer">https://phabricator.kde.org/D2450</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>effects.cpp<br />
effects.h<br />
effects/presentwindows/presentwindows.cpp<br />
effects/presentwindows/presentwindows.h<br />
input.cpp<br />
libkwineffects/kwineffects.cpp<br />
libkwineffects/kwineffects.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma on Wayland<br /><strong>Cc: </strong>plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas<br /></div>