MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / setVideoRotation

Method setVideoRotation

data/src/GameManager.js:446–448  ·  view source on GitHub ↗
(rotation)

Source from the content-addressed store, hash-verified

444 return this.functions.getFrameNum();
445 }
446 setVideoRotation(rotation) {
447 this.functions.setVideoRoation(rotation);
448 }
449 getVideoDimensions(type) {
450 try {
451 return this.functions.getVideoDimensions(type);

Callers 1

handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected