mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'tablet-tool-scroll' into 'master'
Draft: Add tablet tool axis scroll See merge request wlroots/wlroots!4598
This commit is contained in:
commit
e48de3bd3a
9 changed files with 133 additions and 0 deletions
|
|
@ -213,6 +213,9 @@ void handle_libinput_event(struct wlr_libinput_backend *backend,
|
|||
case LIBINPUT_EVENT_TABLET_TOOL_BUTTON:
|
||||
handle_tablet_tool_button(event, &dev->tablet);
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_SCROLL_CONTINUOUS:
|
||||
handle_tablet_tool_scroll_continuous(event, &dev->tablet);
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_PAD_BUTTON:
|
||||
handle_tablet_pad_button(event, &dev->tablet_pad);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue