16 lines
183 B
Text
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,
|
|
}
|