Open ngokevin opened 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.
rayOrigin: entity
rayOrigin: mouse
mouseenter
@ngokevin Is this still a problem?
Description:
I have two cursors, one with
rayOrigin: entity
on the controller, and one withrayOrigin: mouse
. The controller has an event listener onmouseenter
, and it is somehow getting triggered whenever the mouse cursor hovers over anything.