()
| 181 | |
| 182 | onDisplayReady() { native("PiuView_onDisplayReady").call(this); } |
| 183 | onIdle() { native("PiuView_onIdle").call(this); } |
| 184 | onMessage() { native("PiuView_onMessage").call(this); } |
| 185 | onQuit() { native("PiuView_onQuit").call(this); } |
| 186 | onTouchBegan(index, x, y, ticks) { native("PiuView_onTouchBegan").call(this, index, x, y, ticks); } |
no outgoing calls
no test coverage detected