1
0
Fork 0
forked from wry/wry
wry/wire/zwp_locked_pointer_v1.txt
2022-07-21 20:16:22 +02:00

21 lines
217 B
Text

# requests
msg destroy = 0 {
}
msg set_cursor_position_hint = 1 {
surface_x: fixed,
surface_y: fixed,
}
msg set_region = 2 {
region: id(wl_region),
}
# events
msg locked = 0 {
}
msg unlocked = 1 {
}