1
0
Fork 0
forked from wry/wry

wayland: implement tablet-v2

This commit is contained in:
Julian Orth 2024-05-01 00:09:16 +02:00
parent 86e283d255
commit 7ed499eabd
62 changed files with 5174 additions and 318 deletions

View file

@ -0,0 +1,43 @@
request set_feedback {
button: u32,
description: str,
serial: u32,
}
request destroy {
}
event group {
pad_group: id(zwp_tablet_pad_group_v2),
}
event path {
path: str,
}
event buttons {
buttons: u32,
}
event done {
}
event button {
time: u32,
button: u32,
state: u32,
}
event enter {
serial: u32,
tablet: id(zwp_tablet_v2),
surface: id(wl_surface),
}
event leave {
serial: u32,
surface: id(wl_surface),
}
event removed {
}