Selaa lähdekoodia

Update input-gamepads.md

Niko McLys 3 vuotta sitten
vanhempi
commit
5b7077fd7b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/ru/manuals/input-gamepads.md

+ 1 - 1
docs/ru/manuals/input-gamepads.md

@@ -143,7 +143,7 @@ if supports_gamepads() then
 end
 end
 ```
 ```
 
 
-If your game is running from inside an `iframe` you must also make sure that the `iframe` has the `gamepad` permission added:
+Если ваша игра запускается внутри `iframe`, вы также должны убедиться, что в `iframe` добавлено разрешение `gamepad`:
 
 
 ```html
 ```html
 <iframe allow="gamepad"></iframe>
 <iframe allow="gamepad"></iframe>