POINTERDOUBLETAP not working on Gizmo/Utility Layer

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

Pinging @Cedric

Hi @bigrig

Let me check if I can add support for double click. I’ll ping you when I get some news :slight_smile:

PR double click support in utilityLayerRenderer by CedricGuillemet · Pull Request #7846 · BabylonJS/Babylon.js · GitHub

2 Likes