pointer-gestures: move to new impl
This commit is contained in:
parent
d86eec332f
commit
3878f806ff
12 changed files with 347 additions and 24 deletions
|
|
@ -111,9 +111,6 @@ class CInputManager {
|
|||
void onTouchUp(wlr_touch_up_event*);
|
||||
void onTouchMove(wlr_touch_motion_event*);
|
||||
|
||||
void onPointerHoldBegin(wlr_pointer_hold_begin_event*);
|
||||
void onPointerHoldEnd(wlr_pointer_hold_end_event*);
|
||||
|
||||
STouchData m_sTouchData;
|
||||
|
||||
// for dragging floating windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue