Added swipe workspace gestures
This commit is contained in:
parent
1cf2f378d4
commit
4b796d30c1
11 changed files with 216 additions and 4 deletions
|
|
@ -114,4 +114,8 @@ namespace Events {
|
|||
LISTENER(RendererDestroy);
|
||||
|
||||
LISTENER(newIdleInhibitor);
|
||||
|
||||
LISTENER(swipeBegin);
|
||||
LISTENER(swipeEnd);
|
||||
LISTENER(swipeUpdate);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue