OpenLayers. Control. MouseDefaults | |
Properties | |
performedDrag | {Boolean} |
wheelObserver | {Function} |
Constructor | |
OpenLayers. Control. MouseDefaults | |
Functions | |
destroy | |
draw | |
registerWheelEvents | |
defaultClick | |
defaultDblClick | |
defaultMouseDown | |
defaultMouseMove | |
defaultMouseUp | |
defaultMouseOut | |
defaultWheelUp | User spun scroll wheel up |
defaultWheelDown | User spun scroll wheel down |
zoomBoxEnd | Zoombox function. |
removeZoomBox | Remove the zoombox from the screen and nullify our reference to it. |
onWheelEvent | Catch the wheel event and handle it xbrowserly |
destroy: function()
draw: function()
registerWheelEvents: function()
defaultClick: function ( evt )
defaultDblClick: function ( evt )
defaultMouseDown: function ( evt )
defaultMouseMove: function ( evt )
defaultMouseUp: function ( evt )
defaultMouseOut: function ( evt )
User spun scroll wheel up
defaultWheelUp: function( evt )
User spun scroll wheel down
defaultWheelDown: function( evt )
Zoombox function.
zoomBoxEnd: function( evt )
Remove the zoombox from the screen and nullify our reference to it.
removeZoomBox: function()
Catch the wheel event and handle it xbrowserly
onWheelEvent: function( e )