support more wlr_cursor events

This commit is contained in:
vaxerski
2022-09-22 21:14:02 +01:00
parent 37f2e1ddbe
commit e5d143b238
5 changed files with 31 additions and 1 deletions

View File

@@ -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