Parse
File Parse touch.js
This runs the server-side parser and regenerates the documentation tree for this source file.
Source
/*
Similar to 'automouse' and the 'dragging' functionality,
to natually map finger touches (and likely mobile device patching)
*/
console.log('Touch')
// Polypoint.head.installFunctions('Point', {
// isTouching(other) {
// return pointToPointContact(this, other)
// }
// })
// Polypoint.head.installFunctions('PointList', {
// getTouching(point) {
// return pointToManyContact(point, this)
// }
// })
//
copy