From 52d249193190c44d1f1d07c36ae57f1dfa16a9e0 Mon Sep 17 00:00:00 2001 From: José Expósito Date: Mon, 12 Jul 2021 19:50:44 +0200 Subject: backend/libinput: send hold gesture events Receive hold gesture events from libinput and emit the appropiate wlr_pointer signal. --- include/backend/libinput.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/backend') diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 06e23a17..e85ad291 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -66,6 +66,10 @@ void handle_pointer_pinch_update(struct libinput_event *event, struct libinput_device *device); void handle_pointer_pinch_end(struct libinput_event *event, struct libinput_device *device); +void handle_pointer_hold_begin(struct libinput_event *event, + struct libinput_device *device); +void handle_pointer_hold_end(struct libinput_event *event, + struct libinput_device *device); struct wlr_switch *create_libinput_switch( struct libinput_device *device); -- cgit v1.2.3