swipe: Touchscreen workspace swipe (#4489)
* Workspace Swipe: Refactor update and end functions * Touch: Implement workspace swipe better ignoring additional fingers and new touches allow gaps-right and gaps-left to be different
This commit is contained in:
parent
3ed3b34c4a
commit
3c21f5e07b
5 changed files with 81 additions and 4 deletions
|
|
@ -231,6 +231,8 @@ class CInputManager {
|
|||
|
||||
// swipe
|
||||
void beginWorkspaceSwipe();
|
||||
void updateWorkspaceSwipe(double);
|
||||
void endWorkspaceSwipe();
|
||||
|
||||
void setBorderCursorIcon(eBorderIconDirection);
|
||||
void setCursorIconOnBorder(CWindow* w);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue