wayland: implement wl_seat v8
This commit is contained in:
parent
145e4dbc24
commit
50c87d6da7
10 changed files with 111 additions and 80 deletions
|
|
@ -61,3 +61,8 @@ msg axis_discrete = 8 {
|
|||
axis: u32,
|
||||
discrete: i32,
|
||||
}
|
||||
|
||||
msg axis_value120 = 9 {
|
||||
axis: u32,
|
||||
value120: i32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue