support more wlr_cursor events
This commit is contained in:
parent
37f2e1ddbe
commit
e5d143b238
5 changed files with 31 additions and 1 deletions
|
|
@ -63,6 +63,9 @@ public:
|
|||
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