(target, value)
| 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; |
nothing calls this directly
no test coverage detected