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

Method getControlScheme

data/src/emulator.js:2389–2395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2387 })();
2388 }
2389 getControlScheme() {
2390 if (this.config.controlScheme && typeof this.config.controlScheme === "string") {
2391 return this.config.controlScheme;
2392 } else {
2393 return this.getCore(true);
2394 }
2395 }
2396 createControlSettingMenu() {
2397 let buttonListeners = [];
2398 this.checkGamepadInputs = () => buttonListeners.forEach(elem => elem());

Callers 2

setVirtualGamepadMethod · 0.95

Calls 1

getCoreMethod · 0.95

Tested by

no test coverage detected