1
0
Fork 0
forked from wry/wry

wayland: implement wl_seat v8

This commit is contained in:
Julian Orth 2022-05-27 15:39:48 +02:00
parent 145e4dbc24
commit 50c87d6da7
10 changed files with 111 additions and 80 deletions

View file

@ -61,3 +61,8 @@ msg axis_discrete = 8 {
axis: u32,
discrete: i32,
}
msg axis_value120 = 9 {
axis: u32,
value120: i32,
}