Have got a problem where the gizmo is getting in the way of a double click event on a mesh (my action is a double click to delete the mesh). So, I thought I’d attach the double click event to the mesh’s gizmo in addition to the mesh… so i could catch the double click there.
But double click is not working on gizmo:
https://playground.babylonjs.com/#RRYPSU#5
Just single click events.
Maybe just not implemented yet?
-ben