equal
deleted
inserted
replaced
83 var _this = this; |
83 var _this = this; |
84 |
84 |
85 //Si on est en mode de tracé de courbes, on met à jour la courbe. |
85 //Si on est en mode de tracé de courbes, on met à jour la courbe. |
86 if(this.isSearchByCurvesOn) |
86 if(this.isSearchByCurvesOn) |
87 { |
87 { |
88 this.searchCanvas.onPointerMove(this.mousePosX, this.mousePosY - this.MPTop_margin, null, null); |
88 // this.searchCanvas.onPointerMove(this.mousePosX, this.mousePosY - this.MPTop_margin, null, null); |
|
89 this.searchCanvas.onPointerMove(this.mousePosX, this.mousePosY, null, null); |
89 } |
90 } |
90 |
91 |
91 //On met à jour l'ancienne position de la souris si elle est nulle. |
92 //On met à jour l'ancienne position de la souris si elle est nulle. |
92 if(!this.mousePosLastX && this.mousePosLastX != 0) |
93 if(!this.mousePosLastX && this.mousePosLastX != 0) |
93 { |
94 { |