Ok If I call a function like this.

marker.events.register('mouseover', marker, markerOver );

then use a func like

markerOver = function( e )
{}

I know that I can use 'this' to get to the marker, but how do I get to the
mouse, normally its done with e.mapX or something but I cant find docs for
this. 
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/event-parameter-tp5495624p5495624.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to