To know the position of the mouse in a elm.onmouseover(mouse)
use element, but you can not use this if it is already on top of that element, and elm.onmousemove(mouse)
, you would have to move the mouse, like get the mouse position in relation to an element when it is already on top of it without using elm.onmousemove()
?