wayland: implement tablet-v2
This commit is contained in:
parent
86e283d255
commit
7ed499eabd
62 changed files with 5174 additions and 318 deletions
21
wire/zwp_tablet_v2.txt
Normal file
21
wire/zwp_tablet_v2.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
request destroy {
|
||||
}
|
||||
|
||||
event name {
|
||||
name: str,
|
||||
}
|
||||
|
||||
event id {
|
||||
vid: u32,
|
||||
pid: u32,
|
||||
}
|
||||
|
||||
event path {
|
||||
path: str,
|
||||
}
|
||||
|
||||
event done {
|
||||
}
|
||||
|
||||
event removed {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue