Searched refs:mouseX (Results 1 – 12 of 12) sorted by relevance
| /plugin/revealjs/plugin/zoom-js/ |
| D | zoom.js | 45 var mouseX = 0, 78 mouseX = event.clientX; 182 if( mouseX < rangeX ) { 183 window.scroll( scrollOffset.x - ( 1 - ( mouseX / rangeX ) ) * ( 14 / level ), scrollOffset.y ); 186 else if( mouseX > window.innerWidth - rangeX ) { 187 …window.scroll( scrollOffset.x + ( 1 - ( window.innerWidth - mouseX ) / rangeX ) * ( 14 / level ), …
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 308 var mouseX = evt.clientX ; 313 mouseX -= offset.x ; 322 var rxDist = mouseX - ( leftPos.x + this._LeftCell.clientWidth ) ; 323 var lxDist = mouseX - rightPos.x ; 335 { "x" : mouseX, "y" : mouseY } ) ; 350 …var cellTuple = this._GetBorderCells( FCK.EditorWindow, node, tableMap, { "x" : mouseX, "y" : mous… 365 { "x" : mouseX, "y" : mouseY } ) ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 308 var mouseX = evt.clientX ; 313 mouseX -= offset.x ; 322 var rxDist = mouseX - ( leftPos.x + this._LeftCell.clientWidth ) ; 323 var lxDist = mouseX - rightPos.x ; 335 { "x" : mouseX, "y" : mouseY } ) ; 350 …var cellTuple = this._GetBorderCells( FCK.EditorWindow, node, tableMap, { "x" : mouseX, "y" : mous… 365 { "x" : mouseX, "y" : mouseY } ) ;
|
| /plugin/aimg/ |
| D | script.js | 281 mouseX: 0, mouseY: 0, // Current mouse position, recorded live. property 425 mouseX = e.pageX || e.clientX + document.documentElement.scrollLeft; 429 var diffX = mouseX - lastMouseX + mOffX; 433 lastMouseX = mouseX;
|
| /plugin/amcharts/assets/amcharts/ |
| D | amcharts.js | 122 …mouseX;this.tmy=this.mouseY;this.touchStartTime=(new Date).getTime()},handleDocTouchEnd:function()… 123 checkTouchMoved:function(){if(4<Math.abs(this.mouseX-this.tmx)||4<Math.abs(this.mouseY-this.tmy))re… 131 …oundingRect.left,c=a.clientY-this.boundingRect.top);isNaN(e)?this.mouseX=b:(this.mouseX=Math.min(b… 207 …pRect(0,0,e,h)},update:function(){var a=this.chart,b=a.mouseX-this.x,c=a.mouseY-this.y;this.mouseX… 209 …rawingLine),this.drawingLine=d.line(this.container,[this.drawStartX,this.mouseX],[this.drawStartY,… 211 …ine:function(a,b){if(!isNaN(a)){if(isNaN(this.prevLineX)){var c=0,e=this.mouseX;if(this.limitToGra… 215 this.vvLine.hide())},updateSelection:function(){if(!this.pan){var a=this.mouseX,b=this.mouseY;isNaN… 216 …s.selection=b);this.updateFullLine()}},mouseIsOver:function(){var a=this.mouseX,b=this.mouseY;if(t… 217 …mouseX,this.mouseY0=this.mouseY,this.mouse2X0=this.mouse2X,this.mouse2Y0=this.mouse2Y,this.drawing… 218 ….remove(this.drawingLine);var a=this.drawStartX,b=this.drawStartY,c=this.mouseX,e=this.mouseY,h=th… [all …]
|
| D | serial.js | 57 ….showBalloonAt&&(k=0);"bottom"==f.showBalloonAt&&(k=this.height);var p=b.mouseX,n=b.mouseY;k=this.…
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | ogg.js | 2 …mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:…
|
| D | vorbis.js | 2 …mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:…
|
| D | opus.js | 2 …mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:…
|
| /plugin/struct/jsoneditor/ |
| H A D | jsoneditor-minimalist.min.js | 31 …mouseX:t.pageX,offsetY:c,level:n.getLevel()},document.body.style.cursor="move",t.preventDefault()}… property
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | nv.d3.min.js | 2 …mouseX:d,mouseY:e}),b.renderGuideLine(null),void c.hidden(!0)}c.hidden(!1);var l=g.invert(d);h.ele… property 5 …mouseX+k.left,top:c.mouseY+k.top}).chartContainer(y.parentNode).valueFormatter(function(a){return …
|
| /plugin/processing/ |
| D | script.js | 1041 p.mouseX = 0; 11375 p.pmouseX = p.mouseX; 11394 p.mouseX = e.pageX - offsetX;
|