1
0
Fork 0
forked from wry/wry
wry/wire/wp_viewport.txt
2024-04-08 11:56:26 +02:00

16 lines
195 B
Text

# requests
request destroy = 0 {
}
request set_source = 1 {
x: fixed,
y: fixed,
width: fixed,
height: fixed,
}
request set_destination = 2 {
width: i32,
height: i32,
}