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:
parent
3dada39fc5
commit
76a96b0087
|
|
@ -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.
|
||||
Loading…
Reference in a new issue