How to disable "DragCameraWithPointer"

How to prevent the extension “DragCameraWithPointer” from executing if a double-click of the left mouse button is made (the mouse button remains pressed)?

After the button has been disabled, the “DragCameraWithPointer” extension should become active

Also, “DragCameraWithPointer must be active when the right mouse button is pressed or released.”

You could install the double click extension, and only allow dragging of the camera if the double click is false (by inverting the left mouse button double click condition).

I don’t understand, please explain.

There is an extension named Double Click. Install that into your project.


Once installed, there will be additional conditions available that will check for a double click of a specific mouse button.

In the event that drags the camera, add the double click check condition, selecting the “Invert condition”.