pass through pinch events
This commit is contained in:
parent
5c836e6460
commit
ef24329495
3 changed files with 25 additions and 3 deletions
|
|
@ -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);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue