1
0
Fork 0
forked from wry/wry
wry/wire/wp_viewport.txt
2024-04-08 13:06:43 +02:00

16 lines
183 B
Text

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