- From: Maksim Sadym <notifications@github.com>
- Date: Mon, 22 Sep 2025 05:48:10 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 September 2025 12:48:14 UTC
@sadym-chromium commented on this pull request. > + input.GamepadTouchEndAction = { + type: "touchEnd", + input.GamepadTouchCommonProperties, + } + </pre> + <dl> + <dt> + type + </dt> + <dd> + must be `"touchEnd"`. + </dd> + </dl> + </section> + <p> + Extend the dispatch action algorithm table in [=dispatch tick actions=] with the following table: Please add reference to the WebDriver Classic spec, where `dispatch tick actions` is defined: ``` spec: WEBDRIVER; urlPrefix: https://w3c.github.io/webdriver/ text: dispatch tick actions; url: dfn-dispatch-tick-actions ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252543267 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/224/review/3252543267@github.com>
Received on Monday, 22 September 2025 12:48:14 UTC