diff options
Diffstat (limited to 'files/ru/web/api/gamepadbutton/pressed/index.html')
-rw-r--r-- | files/ru/web/api/gamepadbutton/pressed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/gamepadbutton/pressed/index.html b/files/ru/web/api/gamepadbutton/pressed/index.html index 5222968bcc..4367d055a6 100644 --- a/files/ru/web/api/gamepadbutton/pressed/index.html +++ b/files/ru/web/api/gamepadbutton/pressed/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/GamepadButton/pressed --- <p>{{APIRef("Gamepad API")}}</p> -<p>Свойство <code><strong>GamepadButton.pressed</strong></code> интерфейса {{domxref("GamepadButton")}} возвращает <code>boolean</code>, указыващий, нажата ли текущая кнопка (<code>true</code>), или нет (<code>false</code>).</p> +<p>Свойство <code><strong>GamepadButton.pressed</strong></code> интерфейса {{domxref("GamepadButton")}} возвращает <code>boolean</code>, указывающий, нажата ли текущая кнопка (<code>true</code>), или нет (<code>false</code>).</p> <h2 id="Синтакс">Синтакс</h2> |