OpenLayers JavaScript Mapping Library |
mousePositionPrivate. {OpenLayers.Pixel} mousePosition is necessary because evt.clientX/Y is buggy in Moz on wheel events, so we cache and use the value from the last mousemove. |
destroy: function()
Catch the wheel event and handle it xbrowserly
onWheelEvent: function( e )
Update the stored mousePosition on every move.
mousemove: function ( evt )
activate: function ( evt )
deactivate: function ( evt )