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?
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?
Yes.
And because of that you will also properly get enter/exit events even for things moving under the cursor.