OpenLayers. Control. MouseDefaults

Inherits from

Summary

Properties

performedDrag

{Boolean}

wheelObserver

{Function}

Constructor

OpenLayers. Control. MouseDefaults

Functions

destroy

destroy: function()

draw

draw: function()

registerWheelEvents

registerWheelEvents: function()

defaultClick

defaultClick: function (evt)

Parameters

evt{Event}

Returns

{Boolean}

defaultDblClick

defaultDblClick: function (evt)

Parameters

evt{Event}

defaultMouseDown

defaultMouseDown: function (evt)

Parameters

evt{Event}

defaultMouseMove

defaultMouseMove: function (evt)

Parameters

evt{Event}

defaultMouseUp

defaultMouseUp: function (evt)

Parameters

evt{OpenLayers.Event}

defaultMouseOut

defaultMouseOut: function (evt)

Parameters

evt{Event}

defaultWheelUp

defaultWheelUp: function(evt)

User spun scroll wheel up

defaultWheelDown

defaultWheelDown: function(evt)

User spun scroll wheel down

zoomBoxEnd

zoomBoxEnd: function(evt)

Zoombox function.

removeZoomBox

removeZoomBox: function()

Remove the zoombox from the screen and nullify our reference to it.

onWheelEvent

onWheelEvent: function(e)

Catch the wheel event and handle it xbrowserly

Parameters

e{Event}
destroy: function()
draw: function()
registerWheelEvents: function()
defaultClick: function (evt)
defaultDblClick: function (evt)
defaultMouseDown: function (evt)
defaultMouseMove: function (evt)
defaultMouseUp: function (evt)
defaultMouseOut: function (evt)
defaultWheelUp: function(evt)
User spun scroll wheel up
defaultWheelDown: function(evt)
User spun scroll wheel down
zoomBoxEnd: function(evt)
Zoombox function.
removeZoomBox: function()
Remove the zoombox from the screen and nullify our reference to it.
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
Controls affect the display or behavior of the map.
Utility functions for event handling.