Home
last modified time | relevance | path

Searched refs:isZoomWheelEvent (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js533 var graphIsZoomWheelEvent = graph.isZoomWheelEvent;
535 graph.isZoomWheelEvent = function()
2959 else if (force || graph.isZoomWheelEvent(evt))
H A DGraph.js3357 Graph.prototype.isZoomWheelEvent = function(evt) method in Graph
3369 return !this.isZoomWheelEvent(evt);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js2148 …aDown(b)||mxClient.IS_SF&&mxEvent.isShiftDown(b))};var I=k.isZoomWheelEvent;k.isZoomWheelEvent=fun…
2226 ….x+(f?-e:e),c.y):b.view.setTranslate(c.x,c.y+(f?e:-e));else if(c||b.isZoomWheelEvent(d))for(var g=…
2402isZoomWheelEvent=function(b){return Graph.zoomWheel&&!mxEvent.isShiftDown(b)&&!mxEvent.isMetaDown(…
H A Dviewer-static.min.js2148 …aDown(b)||mxClient.IS_SF&&mxEvent.isShiftDown(b))};var I=k.isZoomWheelEvent;k.isZoomWheelEvent=fun…
2226 ….x+(f?-e:e),c.y):b.view.setTranslate(c.x,c.y+(f?e:-e));else if(c||b.isZoomWheelEvent(d))for(var g=…
2402isZoomWheelEvent=function(b){return Graph.zoomWheel&&!mxEvent.isShiftDown(b)&&!mxEvent.isMetaDown(…
H A Dapp.min.js2182 …aDown(a)||mxClient.IS_SF&&mxEvent.isShiftDown(a))};var x=e.isZoomWheelEvent;e.isZoomWheelEvent=fun…
2260 ….x+(c?-e:e),d.y):a.view.setTranslate(d.x,d.y+(c?e:-e));else if(d||a.isZoomWheelEvent(b))for(var g=…
2651isZoomWheelEvent=function(a){return Graph.zoomWheel&&!mxEvent.isShiftDown(a)&&!mxEvent.isMetaDown(…