From e338c1e9364accca61e7ab0d10de5e1aa7c19f4d Mon Sep 17 00:00:00 2001 From: Julien Machiels Date: Sat, 4 Apr 2020 21:47:47 +0200 Subject: [PATCH] Correct typo in gamepadtokey Co-Authored-By: dkanada --- src/components/input/gamepadtokey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/gamepadtokey.js b/src/components/input/gamepadtokey.js index 71cbe87cd..c2cf5005f 100644 --- a/src/components/input/gamepadtokey.js +++ b/src/components/input/gamepadtokey.js @@ -403,7 +403,7 @@ require(['apphost'], function (appHost) { if (window.navigator && typeof window.navigator.gamepadInputEmulation === "string") { // We want the gamepad to provide gamepad VK keyboard events rather than moving a // mouse like cursor. Set to "keyboard", the gamepad will provide such keyboard events - // and provide input to tonFocusOrGamepadDetachhe DOM navigator.getGamepads API. + // and provide input to the DOM navigator.getGamepads API. window.navigator.gamepadInputEmulation = "gamepad"; }