How to disable left-click camera rotation?

Hello, you can try this :
camera.inputs.attached.pointers.buttons = [ 2];

And maybe have a look there : Deactive some Camera inputs

3 Likes