backend/libinput: send touch frame events

This commit is contained in:
Simon Ser 2021-06-30 11:39:17 +02:00
parent 84906a832f
commit 2d36d7fb67
3 changed files with 14 additions and 1 deletions

View file

@ -82,6 +82,8 @@ void handle_touch_motion(struct libinput_event *event,
struct libinput_device *device);
void handle_touch_cancel(struct libinput_event *event,
struct libinput_device *device);
void handle_touch_frame(struct libinput_event *event,
struct libinput_device *device);
struct wlr_tablet *create_libinput_tablet(
struct libinput_device *device);