wayland: implement virtual-keyboard
This commit is contained in:
parent
826f40adca
commit
6c0e3a4fff
20 changed files with 689 additions and 14 deletions
4
wire/zwp_virtual_keyboard_manager_v1.txt
Normal file
4
wire/zwp_virtual_keyboard_manager_v1.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
request create_virtual_keyboard {
|
||||
seat: id(wl_seat),
|
||||
id: id(zwp_virtual_keyboard_v1),
|
||||
}
|
||||
21
wire/zwp_virtual_keyboard_v1.txt
Normal file
21
wire/zwp_virtual_keyboard_v1.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
request keymap {
|
||||
format: u32,
|
||||
fd: fd,
|
||||
size: u32,
|
||||
}
|
||||
|
||||
request key {
|
||||
time: u32,
|
||||
key: u32,
|
||||
state: u32,
|
||||
}
|
||||
|
||||
request modifiers {
|
||||
mods_depressed: u32,
|
||||
mods_latched: u32,
|
||||
mods_locked: u32,
|
||||
group: u32,
|
||||
}
|
||||
|
||||
request destroy {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue