Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.04 KB

File metadata and controls

36 lines (21 loc) · 1.04 KB
title slug
GamepadHapticActuator
Web/API/GamepadHapticActuator

{{APIRef("Gamepad API")}}{{SeeCompatTable}}

Gamepad APIGamepadHapticActuator インターフェイスは、ユーザーに触覚フィードバックを提供するように設計されたコントローラー内のハードウェア (可能な場合) を表し、最も一般的には振動ハードウェアです。

このインターフェイスには、 {{domxref("Gamepad.hapticActuators")}} プロパティからアクセスできます。

プロパティ

  • {{domxref("GamepadHapticActuator.type")}} {{readonlyInline}}
    • : 触覚ハードウェアのタイプを表す列挙型を返します。

メソッド

  • {{domxref("GamepadHapticActuator.pulse()")}} {{readonlyInline}}
    • : 指定した期間、特定の強度でハードウェアパルスを作成します。

TBD.

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}

関連情報