mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
input: track tablets and tablet-pads at seat
This commit is contained in:
parent
ca317506c0
commit
61e5e0e4d9
6 changed files with 10 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ struct drawing_tablet {
|
|||
struct wl_listener button;
|
||||
struct wl_listener destroy;
|
||||
} handlers;
|
||||
struct wl_list link; /* seat.tablets */
|
||||
};
|
||||
|
||||
void tablet_init(struct seat *seat, struct wlr_input_device *wlr_input_device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue