rive-app / rive-bevy

MIT License
93 stars 4 forks source link

"Pointer Down" listener triggered when mouse button released. #16

Open dcturner opened 9 months ago

dcturner commented 9 months ago

Hi! Thanks for the great work so far.

I'm seeing unwanted "pointer down" listeners firing when I release the mouse button. Steps to reproduce

mouse_up_bug

Note: This makes press-and-hold interactions impossible at the moment, as no "Pointer Up" listener is ever called.