Merge branch 'tablet-tool-scroll' into 'master'

Draft: Add tablet tool axis scroll

See merge request wlroots/wlroots!4598
This commit is contained in:
Louis Goyard 2024-03-16 09:05:15 +00:00
commit e48de3bd3a
9 changed files with 133 additions and 0 deletions

View file

@ -124,6 +124,8 @@ void handle_tablet_tool_tip(struct libinput_event *event,
struct wlr_tablet *tablet);
void handle_tablet_tool_button(struct libinput_event *event,
struct wlr_tablet *tablet);
void handle_tablet_tool_scroll_continuous(struct libinput_event *event,
struct wlr_tablet *tablet);
void init_device_tablet_pad(struct wlr_libinput_input_device *dev);
void finish_device_tablet_pad(struct wlr_libinput_input_device *dev);