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
|
|
@ -193,7 +193,9 @@ struct seat {
|
|||
struct wl_listener touch_motion;
|
||||
struct wl_listener touch_frame;
|
||||
|
||||
struct wl_list tablets;
|
||||
struct wl_list tablet_tools;
|
||||
struct wl_list tablet_pads;
|
||||
|
||||
struct wl_listener constraint_commit;
|
||||
struct wl_listener pressed_surface_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue