mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
tablet: add tablet tool scroll
This commit is contained in:
parent
50eae512d9
commit
5225a4ccce
9 changed files with 133 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue