diff -r fcf435874395 -r 45c889eae324 front_idill/extern/fajran-tuiojs/examples/processingjs/tuio.processing.js --- a/front_idill/extern/fajran-tuiojs/examples/processingjs/tuio.processing.js Thu Apr 19 11:53:06 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,142 +0,0 @@ -/* - Modified by alexandre.bastien@iri.centrepompidou.fr to manage TUIO strings. -*/ - -// add hooks -(function(){ -this.Processing.addTuioObject = undefined; -this.Processing.updateTuioObject = undefined; -this.Processing.removeTuioObject = undefined; -this.Processing.addTuioCursor = undefined; -this.Processing.updateTuioCursor = undefined; -this.Processing.removeTuioCursor = undefined; -this.Processing.addTuioString = undefined; -this.Processing.updateTuioString = undefined; -this.Processing.removeTuioString = undefined; -})(); - -(function(){ - -var tuio = this.tuio; - -/* -* Modifié par alexandre.bastien@iri.centrepompidou.fr -*/ -function wrapPath(d) { - var i, len = d.path.length; - var res = []; - for (i=0; i