Skip to content

Commit

Permalink
Editorial(gamepad-extensions): Align with Web IDL specification (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami authored Feb 25, 2020
1 parent e8c6f89 commit 33e64a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ <h2><dfn>GamepadHapticActuator</dfn> Interface</h2>
</p>

<pre class="idl">
[Exposed=Window]
interface GamepadHapticActuator {
readonly attribute GamepadHapticActuatorType type;
Promise&lt;boolean&gt; pulse(double value, double duration);
Expand Down Expand Up @@ -238,6 +239,7 @@ <h2><dfn>GamepadPose</dfn> Interface</h2>
</p>

<pre class="idl">
[Exposed=Window]
interface GamepadPose {
readonly attribute boolean hasOrientation;
readonly attribute boolean hasPosition;
Expand Down

0 comments on commit 33e64a4

Please sign in to comment.