wayland: add jay_pointer
This commit is contained in:
parent
3e3bc38920
commit
b3c20c5309
8 changed files with 115 additions and 4 deletions
|
|
@ -48,6 +48,11 @@ msg get_output = 11 {
|
|||
output: id(wl_output),
|
||||
}
|
||||
|
||||
msg get_pointer = 12 {
|
||||
id: id(jay_pointer),
|
||||
seat: id(wl_seat),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg client_id = 0 {
|
||||
|
|
|
|||
9
wire/jay_pointer.txt
Normal file
9
wire/jay_pointer.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg set_known_cursor = 1 {
|
||||
idx: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue