Update docs/src/api/class-touchscreen.md

Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
Signed-off-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
Yury Semikhatsky 2024-06-27 13:57:31 -07:00 committed by GitHub
parent 3dada39fc5
commit 76a96b0087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,4 +39,4 @@ Type of the touch event.
- `y` <[float]> y coordinate of the event in CSS pixels.
- `id` ?<[int]> Identifier used to track the touch point between events, must be unique within an event. Optional.
List of touch points for this event. `id` is a unieue identifier of a touch point that helps indentify it between touch events for the duration of its movement around the surface.
List of touch points for this event. `id` is a unique identifier of a touch point that helps identify it between touch events for the duration of its movement around the surface.