1
0
Fork 0
forked from wry/wry
wry/wire/wl_seat.txt
2022-02-06 03:46:03 +01:00

26 lines
269 B
Text

# 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,
}