Hi All,

I would like to detect when the mouse left button is down over the map.

I can detect mouseup and mousemove using map.events.register("mouseup", this, 
function(e){ ... });
 and map.events.register("mousemove", this, function(e){ ... }); but not when 
the mouse left button is clicked down.

Any tricks?

Stephane





_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to