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

@@ -152,4 +152,8 @@ namespace Events {
LISTENER(touchBegin);
LISTENER(touchEnd);
LISTENER(touchUpdate);
LISTENER(touchFrame);
LISTENER(holdBegin);
LISTENER(holdEnd);
};