Преглед на файлове

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;