Right Mouse Button Hold Tilt

What is the proper approach to change the default mouse button behavior? Since my mac mouse does not have a middle button I would like to change the default so that the right mouse button does the tilt/rotate view like the middle button default.

Hello,

You can change properties of viewer.scene.screenSpaceCameraController. Take a look at the ScreenSpaceCameraController documentation. You can change the list of CameraEventType for properties like screenSpaceCameraController.tiltEventTypes

Best,

Hannah