autocommit 2022-04-30 13:45:20 CEST
This commit is contained in:
parent
4e717ecef8
commit
3d4a6b21f3
26 changed files with 340 additions and 60 deletions
16
wire/zwp_relative_pointer_v1.txt
Normal file
16
wire/zwp_relative_pointer_v1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg relative_motion = 0 {
|
||||
utime_hi: u32,
|
||||
utime_lo: u32,
|
||||
dx: fixed,
|
||||
dy: fixed,
|
||||
dx_unaccelerated: fixed,
|
||||
dy_unaccelerated: fixed,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue