This revision was automatically updated to reflect the committed changes.
Closed by commit R108:2be162582249: Add support for new touch screen callbacks
to KWin scripts and scripted effects (authored by graesslin).
CHANGED PRIOR TO COMMIT
https://phabricator.kde.org/D5277?vs=13047&id=13196#toc
mart accepted this revision.
This revision is now accepted and ready to land.
BRANCH
touch-callbacks-scripts
REVISION DETAIL
https://phabricator.kde.org/D5277
To: graesslin, #kwin, #plasma, mart
Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts,
sebas, apol
graesslin added a dependency: D5263: Add callback functionality for touch
screen swipe gestures.
REVISION DETAIL
https://phabricator.kde.org/D5277
To: graesslin, #kwin, #plasma
Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts,
sebas, apol
graesslin created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Exposes two new global JS functions to register and unregister touch
screen edges.
TEST PLAN
Added test case
BRANCH
touch-callbacks-s