UNPKG

awayjs-display

Version:
11 lines (10 loc) 164 B
/** * */ declare class TouchPoint { x: number; y: number; id: number; constructor(x: number, y: number, id: number); } export default TouchPoint;