diff options
author | Simon Ser <contact@emersion.fr> | 2021-06-30 11:39:17 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-07-08 09:12:17 +0200 |
commit | 2d36d7fb6701c47b483759bd54c0f1526abc5e67 (patch) | |
tree | 93e587027cd7c0418acfef7631dce461beb68f0f /include/backend | |
parent | 84906a832f77aaef8c055a83955db63ea4618a01 (diff) |
backend/libinput: send touch frame events
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/libinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 2bfb1421..06e23a17 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -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); |