14 lines
184 B
Text
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,
|
|
}
|