MouseEventControl.mouseMoved gets called even when the mouse is not moving

When the mouse cursor is hovering a spatial that listens to the mouse
com.simsilica.lemur.event.MouseEventControl.mouseMoved gets called even when the mouse is not moving.

Is it the intended behavior?

1 Like

Yes.

And because of that you will also properly get enter/exit events even for things moving under the cursor.

2 Likes