wayland: implement tablet-v2
This commit is contained in:
parent
86e283d255
commit
7ed499eabd
62 changed files with 5174 additions and 318 deletions
27
wire/zwp_tablet_pad_group_v2.txt
Normal file
27
wire/zwp_tablet_pad_group_v2.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
request destroy {
|
||||
}
|
||||
|
||||
event buttons {
|
||||
buttons: array(u32),
|
||||
}
|
||||
|
||||
event ring {
|
||||
ring: id(zwp_tablet_pad_ring_v2),
|
||||
}
|
||||
|
||||
event strip {
|
||||
strip: id(zwp_tablet_pad_strip_v2),
|
||||
}
|
||||
|
||||
event modes {
|
||||
modes: u32,
|
||||
}
|
||||
|
||||
event done {
|
||||
}
|
||||
|
||||
event mode_switch {
|
||||
time: u32,
|
||||
serial: u32,
|
||||
mode: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue