interface ITouchInfo {
    pos: Point;
    touchId: number;
}

属性

属性

pos: Point
touchId: number