You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

get-position.d.ts 115 B

3 年之前
1234567
  1. /**
  2. * Get pointer/finger position
  3. */
  4. export declare function getPosition(evt: any): {
  5. x: any;
  6. y: any;
  7. };