rive-app / rive-wasm

Wasm/JS runtime for Rive
MIT License
669 stars 46 forks source link

add mouseover and mouseout events for pointer move #276

Closed zplata closed 1 year ago

zplata commented 1 year ago

To add more accuracy to mouse behavior, adding the mouseover and mouseout events to trigger pointer move events for Listeners. This should be triggered if for example, a mouse is in the canvas already, and then quickly moved out of the canvas, where the browser would not trigger mousemove across that behavior. In this case, mouseout would always be called.

pa5aribu commented 1 year ago

Hey @zplata , could this issue be related to this https://github.com/rive-app/rive-wasm/issues/277?