MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onQuit

Method onQuit

tools/mcsim/main.js:405–409  ·  view source on GitHub ↗
(application)

Source from the content-addressed store, hash-verified

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;

Callers 1

doQuitMethod · 0.95

Calls 2

quitScreenMethod · 0.95
writePreferencesMethod · 0.95

Tested by

no test coverage detected