Hi Kevin,

You can try using the following

lyr.addEventListener({
   onmousemove:function(e){
      var x=e.getX();
      var y=e.getY();
   }
});


--
Raymond Irving


--- Kevin Breynck <[EMAIL PROTECTED]>
wrote:
> Hello to everyone,
> 
> what is the easiest way to get the mouse position
> in a specific layer relative to that layer?
> 
> 
> Thanks for feedback
> 
> -k-


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to