- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 14 Jan 2024 21:41:50 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 January 2024 05:41:58 UTC
@marcoscaceres commented on this pull request. > @@ -1028,6 +1061,454 @@ <h2> </dd> </dl> </section> + <section data-dfn-for="GamepadHapticActuator" data-link-for="GamepadHapticActuator"> + <h2> + <dfn>GamepadHapticActuator</dfn> Interface + </h2> + <p> + A {{GamepadHapticActuator}} corresponds to a configuration of motors or + other actuators that can apply a force for the purposes of haptic + feedback. + </p> + <pre class="idl"> + [Exposed=Window] + interface GamepadHapticActuator { + readonly attribute FrozenArray<GamepadHapticEffectType> effects; ```suggestion [SameObject] readonly attribute FrozenArray<GamepadHapticEffectType> effects; ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/190#pullrequestreview-1820915303 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/190/review/1820915303@github.com>
Received on Monday, 15 January 2024 05:41:58 UTC