wayland: implement tablet-v2
This commit is contained in:
parent
86e283d255
commit
7ed499eabd
62 changed files with 5174 additions and 318 deletions
22
wire/zwp_tablet_pad_ring_v2.txt
Normal file
22
wire/zwp_tablet_pad_ring_v2.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
request set_feedback {
|
||||
description: str,
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
request destroy {
|
||||
}
|
||||
|
||||
event source {
|
||||
source: u32,
|
||||
}
|
||||
|
||||
event angle {
|
||||
degrees: fixed,
|
||||
}
|
||||
|
||||
event stop {
|
||||
}
|
||||
|
||||
event frame {
|
||||
time: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue