1
0
Fork 0
forked from wry/wry
wry/wire/wp_viewport.txt
2025-09-20 18:49:44 +02:00

14 lines
184 B
Text

request destroy (destructor) {
}
request set_source {
x: fixed,
y: fixed,
width: fixed,
height: fixed,
}
request set_destination {
width: i32,
height: i32,
}