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

Method doSelectRotation

tools/mcsim/main.js:612–617  ·  view source on GitHub ↗
(target, value)

Source from the content-addressed store, hash-verified

610 return true;
611 }
612 doSelectRotation(target, value) {
613 this.deviceRotation = value;
614 this.quitScreen();
615 this.selectDevice(application, this.deviceIndex);
616 this.launchScreen();
617 }
618/* HELP MENU */
619 canSupport() {
620 return true;

Callers

nothing calls this directly

Calls 3

quitScreenMethod · 0.95
selectDeviceMethod · 0.95
launchScreenMethod · 0.95

Tested by

no test coverage detected