Scene onDoubleClick

Hi, does scene have double click listen feature? I read the document and saw that it didn’t exist, but it didn’t make much sense to me. Finally, I wanted to ask you. Please your ideas.

Babylon.js Playground (babylonjs.com)

There’s OnDoubleClickTrigger on the ActionManager Actions | Babylon.js Documentation (babylonjs.com) :slight_smile:

1 Like

I know this, but I don’t think the scene and action manager can be used together.

Babylon.js Playground (babylonjs.com)

May I just ask what you want to use double-click for? If you double-click on the scene with no meshes and interaction it will just do the same as a single click? So what do you need ‘scene’ for?

Edit: Anyways, I believe ‘POINTER DOUBLE-TAP’ should do the trick, shouldn’t it?

3 Likes