aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.61k stars 3.94k forks source link

Mouse cursor event emits are picked up by other cursor components. #3279

Open ngokevin opened 6 years ago

ngokevin commented 6 years ago

Description:

I have two cursors, one with rayOrigin: entity on the controller, and one with rayOrigin: mouse. The controller has an event listener on mouseenter, and it is somehow getting triggered whenever the mouse cursor hovers over anything.

dmarcos commented 5 years ago

@ngokevin Is this still a problem?