UNPKG

awayjs-display

Version:
15 lines 321 B
"use strict"; /** * */ var TouchPoint = (function () { function TouchPoint(x, y, id) { this.x = x; this.y = y; this.id = id; } return TouchPoint; }()); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = TouchPoint; //# sourceMappingURL=TouchPoint.js.map