()
| 200 | get x() { return native("PiuContent_get_x").call(this); }, |
| 201 | get y() { return native("PiuContent_get_y").call(this); }, |
| 202 | get width() { return native("PiuContent_get_width").call(this); }, |
| 203 | get height() { return native("PiuContent_get_height").call(this); }, |
| 204 | |
| 205 | set active(it) { native("PiuContent_set_active").call(this, it); }, |
no outgoing calls
no test coverage detected