mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05: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
|
|
@ -271,7 +271,7 @@ void handle_libinput_event(struct wlr_libinput_backend *backend,
|
|||
handle_touch_cancel(event, libinput_dev);
|
||||
break;
|
||||
case LIBINPUT_EVENT_TOUCH_FRAME:
|
||||
// no-op (at least for now)
|
||||
handle_touch_frame(event, libinput_dev);
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_AXIS:
|
||||
handle_tablet_tool_axis(event, libinput_dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue