- From: Bradley Needham <notifications@github.com>
- Date: Thu, 09 Jan 2025 14:24:48 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 January 2025 22:24:52 UTC
@bradleyneedham commented on this pull request.
> @@ -1020,6 +1165,70 @@ <h2>
</dd>
</dl>
</section>
+ <section data-dfn-for="GamepadTouch">
+ <h2>
+ <dfn>GamepadTouch</dfn> Interface
+ </h2>
+ <p>
+ This interface defines a single touch event on a gamepad device that
+ supports input. The event consists of a touch id that uniquely
+ identifies the touch point from the time the input medium (e.g. finger,
+ stylus, etc) makes contact with the touch device, up to the time the
+ input medium is no longer making contact with the touch device.
+ </p>
+ <pre class="idl" data-cite="geometry-1">
+ [Exposed=Window, SecureContext]
Done.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/198#discussion_r1909525519
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/198/review/2541056561@github.com>
Received on Thursday, 9 January 2025 22:24:52 UTC