input: implement wl_seat version 9
This commit is contained in:
parent
887e2b6cbc
commit
78b557b4a1
15 changed files with 91 additions and 20 deletions
|
|
@ -60,3 +60,8 @@ msg modifiers = 10 {
|
|||
modifiers: u32,
|
||||
group: u32,
|
||||
}
|
||||
|
||||
msg axis_inverted = 11 {
|
||||
inverted: u32,
|
||||
axis: u32,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,3 +66,8 @@ msg axis_value120 = 9 {
|
|||
axis: u32,
|
||||
value120: i32,
|
||||
}
|
||||
|
||||
msg axis_relative_direction = 10 {
|
||||
axis: u32,
|
||||
direction: u32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue