autocommit 2022-02-06 03:46:03 CET
This commit is contained in:
parent
59ce74681a
commit
c92346324b
60 changed files with 1292 additions and 1958 deletions
26
wire/wl_seat.txt
Normal file
26
wire/wl_seat.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# requests
|
||||
|
||||
msg get_pointer = 0 {
|
||||
id: id(wl_pointer),
|
||||
}
|
||||
|
||||
msg get_keyboard = 1 {
|
||||
id: id(wl_keyboard),
|
||||
}
|
||||
|
||||
msg get_touch = 2 {
|
||||
id: id(wl_touch),
|
||||
}
|
||||
|
||||
msg release = 3 {
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg capabilities = 0 {
|
||||
capabilities: u32,
|
||||
}
|
||||
|
||||
msg name = 1 {
|
||||
name: str,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue