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
44
wire/wl_keyboard.txt
Normal file
44
wire/wl_keyboard.txt
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# requests
|
||||
|
||||
msg release = 0 {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg keymap = 0 {
|
||||
format: u32,
|
||||
fd: fd,
|
||||
size: u32,
|
||||
}
|
||||
|
||||
msg enter = 1 {
|
||||
serial: u32,
|
||||
surface: id(wl_surface),
|
||||
keys: array(u32),
|
||||
}
|
||||
|
||||
msg leave = 2 {
|
||||
serial: u32,
|
||||
surface: id(wl_surface),
|
||||
}
|
||||
|
||||
msg key = 3 {
|
||||
serial: u32,
|
||||
time: u32,
|
||||
key: u32,
|
||||
state: u32,
|
||||
}
|
||||
|
||||
msg modifiers = 4 {
|
||||
serial: u32,
|
||||
mods_depressed: u32,
|
||||
mods_latched: u32,
|
||||
mods_locked: u32,
|
||||
group: u32,
|
||||
}
|
||||
|
||||
msg repeat_info = 5 {
|
||||
rate: i32,
|
||||
delay: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue