<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT size=2>
<P>Hi All,</P>
<P>I would like to detect when the mouse left button is down over the map.</P>
<P>I can detect mouseup and mousemove using map.events.register("mouseup", this,
function(e){ ... });<BR> and map.events.register("mousemove", this,
function(e){ ... }); but not when the mouse left button is clicked down.</P>
<P>Any tricks?</P>
<P>Stephane</P>
<P> </P>
<P><BR> </P></FONT></FONT></DIV></BODY></HTML>