On 16 oct, 20:02, darkflame <darkfl...@gmail.com> wrote:
> I have a HTML page, and want to know the mouses location wherever it
> is on the page, but not to block the links being clickable.
> I can easily make a transparent widget of some sort, add a
> addMouseMoveHandler, and set it to be the size of the page ontop of
> everything else. This will give me the co-ordinates nicely. But it
> also prevents html links working, and (indeed) any other mouse
> interaction.
>
> Any workarounds? Any methods just to listen for mouse moves, without
> interfering with clicks on elements under?

Use Event.addNativePreviewHandler.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to