I have some weird problems with MouseEvent3D.CLICK.
I have a scene and add a sphere to it, adding a click listener to the sphere.
When I go mousedown outside of the sphere and mouseup inside the sphere I get a click event. Thats a bit of a problem, ´cause I´m listening for click and not mouseup.
Bug? Or what did I miss?