Searched refs:newPointer (Results 1 – 2 of 2) sorted by relevance
13 …newPointer=this.canvas.getPointer(options.e);if(this.isTripleClick(newPointer)){this.fire("triplec… argument
22269 var newPointer = this.canvas.getPointer(options.e);22271 if (this.isTripleClick(newPointer)) {22275 else if (this.isDoubleClick(newPointer)) {22282 this.__lastPointer = newPointer;22287 isDoubleClick: function(newPointer) { argument22289 this.__lastPointer.x === newPointer.x &&22290 this.__lastPointer.y === newPointer.y && this.__lastIsEditing;22293 isTripleClick: function(newPointer) { argument22296 this.__lastPointer.x === newPointer.x &&22297 this.__lastPointer.y === newPointer.y;