(application)
| 403 | this.TOUCHES.string = it ? "Recording Touches" : ""; |
| 404 | } |
| 405 | onQuit(application) { |
| 406 | this.quitScreen(); |
| 407 | this.writePreferences(); |
| 408 | application.quit(); |
| 409 | } |
| 410 | onRotate(application, delta) { |
| 411 | let rotation = this.deviceRotation + delta; |
| 412 | if (rotation < 0) rotation += 360; |
no test coverage detected