Home
last modified time | relevance | path

Searched refs:newPointer (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13newPointer=this.canvas.getPointer(options.e);if(this.isTripleClick(newPointer)){this.fire("triplec… argument
H A Dfabric.js22269 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) { argument
22289 this.__lastPointer.x === newPointer.x &&
22290 this.__lastPointer.y === newPointer.y && this.__lastIsEditing;
22293 isTripleClick: function(newPointer) { argument
22296 this.__lastPointer.x === newPointer.x &&
22297 this.__lastPointer.y === newPointer.y;