pass through pinch events

This commit is contained in:
vaxerski
2022-07-16 16:12:31 +02:00
parent 5c836e6460
commit ef24329495
3 changed files with 25 additions and 3 deletions

View File

@@ -120,10 +120,14 @@ namespace Events {
LISTENER(newIdleInhibitor);
// session
LISTENER(sessionActive);
// Touchpad shit
LISTENER(swipeBegin);
LISTENER(swipeEnd);
LISTENER(swipeUpdate);
// session
LISTENER(sessionActive);
LISTENER(pinchBegin);
LISTENER(pinchUpdate);
LISTENER(pinchEnd);
};