(application, it, screen, poco, rectangle)
| 175 | screen.context = this; |
| 176 | } |
| 177 | _create(application, it, screen, poco, rectangle) { native("PiuView_create").call(this, application, it, screen, poco, rectangle); } |
| 178 | |
| 179 | get rotation() { return native("PiuView_get_rotation").call(this); } |
| 180 | get ticks() { return native("PiuView_get_ticks").call(this); } |
no outgoing calls
no test coverage detected