Prechádzať zdrojové kódy

Added reference to HTML5 gamepads

Björn Ritzl 4 rokov pred
rodič
commit
8bd21a7772
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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