mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/libinput: send touch frame events
This commit is contained in:
parent
84906a832f
commit
2d36d7fb67
3 changed files with 14 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue