<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/D2359" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Gesture events are swipe or pinch events on a touch pad.</p>

<p>This change implements basic support by:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">wrapping them in LibInput::Event</li>
<li class="remarkup-list-item">processing them in LibInput::Connection and emitting dedicated signals</li>
<li class="remarkup-list-item">Forwarding them in InputRedirection to PointerInputRedirection</li>
<li class="remarkup-list-item">Support them in the internal input event filter</li>
<li class="remarkup-list-item">Printing debug information in DebugConsole</li>
</ul>

<p>Further handling is not yet done. In future the following should be<br />
implemented:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">activating e.g. zoom and present windows on pinch/swipe gesture</li>
<li class="remarkup-list-item">forwarding non global gestures to KWayland</li>
</ul>

<p>Note that forwarding to KWayland is not yet useful as QtWayland does<br />
not yet have support for the unstable protocol. No Qt application could<br />
make use of it yet. So for the moment just global gestures is the best<br />
we can get.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Looked at output of DebugConsole when triggering gestures</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>libinput-gesture-support</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2359" rel="noreferrer">https://phabricator.kde.org/D2359</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/libinput/CMakeLists.txt<br />
autotests/libinput/gesture_event_test.cpp<br />
autotests/libinput/mock_libinput.cpp<br />
autotests/libinput/mock_libinput.h<br />
debug_console.cpp<br />
debug_console.h<br />
input.cpp<br />
input.h<br />
libinput/connection.cpp<br />
libinput/connection.h<br />
libinput/events.cpp<br />
libinput/events.h<br />
pointer_input.cpp<br />
pointer_input.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, ali-mohamed, hardening, jensreuterberg, abetts, sebas<br /></div>