Added swipe workspace gestures
This commit is contained in:
parent
1cf2f378d4
commit
4b796d30c1
11 changed files with 216 additions and 4 deletions
|
|
@ -65,6 +65,12 @@ public:
|
|||
void newIdleInhibitor(wlr_idle_inhibitor_v1*);
|
||||
void recheckIdleInhibitorStatus();
|
||||
|
||||
void onSwipeBegin(wlr_pointer_swipe_begin_event*);
|
||||
void onSwipeEnd(wlr_pointer_swipe_end_event*);
|
||||
void onSwipeUpdate(wlr_pointer_swipe_update_event*);
|
||||
|
||||
SSwipeGesture m_sActiveSwipe;
|
||||
|
||||
SKeyboard* m_pActiveKeyboard = nullptr;
|
||||
|
||||
CTimer m_tmrLastCursorMovement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue