Update src/scripts/site.js
well the tool can't make all the coding, am i right? Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
This commit is contained in:
+1
-1
@@ -1194,7 +1194,7 @@ var AppInfo = {};
|
||||
}
|
||||
|
||||
function enableNativeGamepadKeyMapping() {
|
||||
if (!(!window.navigator || "string" != typeof window.navigator.gamepadInputEmulation)) {
|
||||
if (window.navigator && "string" == typeof window.navigator.gamepadInputEmulation) {
|
||||
window.navigator.gamepadInputEmulation = "keyboard";
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user