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

Method getVideoDimensions

data/src/GameManager.js:449–455  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

447 this.functions.setVideoRoation(rotation);
448 }
449 getVideoDimensions(type) {
450 try {
451 return this.functions.getVideoDimensions(type);
452 } catch(e) {
453 console.warn(e);
454 }
455 }
456 setKeyboardEnabled(enabled) {
457 this.functions.setKeyboardEnabled(enabled === true ? 1 : 0);
458 }

Callers 2

screenshotMethod · 0.80
screenRecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected