浏览代码

Added reference to HTML5 gamepads

Björn Ritzl 4 年之前
父节点
当前提交
8bd21a7772
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/en/manuals/html5.md

+ 1 - 0
docs/en/manuals/html5.md

@@ -59,6 +59,7 @@ You will be prompted to select a folder in which to create your application. Aft
   * Full screen - Full screen mode is unreliable in the browser.
 * Chrome
   * Slow debug builds - In debug builds on HTML5 we verify all WebGL graphics calls to detect errors. This is unfortunately very slow when testing on Chrome. It is possible to disable this by setting the *Engine Arguments* field of *game.project* to `--verify-graphics-calls=false`.
+* Gamepad support - [Refer to the Gamepad documentation](/manuals/input-gamepads/#gamepads-in-html5) for special considerations and steps you may need to take on HTML5.
 
 ## Customizing HTML5 bundle