فهرست منبع

Fix: Label paramiters of new interface.

duncan law 6 سال پیش
والد
کامیت
3e1f9c1dc1
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/Events/pointerEvents.ts

+ 4 - 0
src/Events/pointerEvents.ts

@@ -118,6 +118,10 @@ export class PointerInfo extends PointerInfoBase {
 
 /**
  * Data relating to a touch event on the screen.
+ * @param x X coordinate of touch.
+ * @param y Y coordinate of touch.
+ * @param pointerId Id of touch. Unique for each finger.
+ * @param type Event type passed from DOM.
  */
 export interface PointerTouch {
   x: number;