Searched defs:isZoomWheelEvent (Results 1 – 4 of 4) sorted by relevance
3357 Graph.prototype.isZoomWheelEvent = function(evt) method in Graph
2402 Graph.prototype.isZoomWheelEvent=function(b){return Graph.zoomWheel&&!mxEvent.isShiftDown(b)&&!mxEv… method in Graph
2651 Graph.prototype.isZoomWheelEvent=function(a){return Graph.zoomWheel&&!mxEvent.isShiftDown(a)&&!mxEv… method in Graph