How get the Mouse position X,Y values in vaadin?

Hi,

I need a mouse current position values of X and Y when the mouse inside of the page. Please give a suggestion to fix my issue…

Thanks in Advance…!

Hi,

As far as I know, there isn’t anything ready made generic solution for that. However, it is doable with extensions. See this for an example: https://vaadin.com/directory#!addon/mouse-events-extension.

-Pontus