mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
input: track tablets and tablet-pads at seat
This commit is contained in:
parent
ff5f4e449d
commit
8492d7a92c
6 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ struct drawing_tablet_pad {
|
|||
struct wl_listener button;
|
||||
struct wl_listener destroy;
|
||||
} handlers;
|
||||
struct wl_list link; /* seat.tablet_pads */
|
||||
};
|
||||
|
||||
void tablet_pad_init(struct seat *seat, struct wlr_input_device *wlr_input_device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue