My goal is to prevent users from panning with their mouse while still allowing them to pan using the keys. When I use controls.enablePan = false;
, it disables key panning as well. Trying to rebind the mouse buttons requires me to assign a button to Orbit, Pan, and Zoom. How can I restrict mouse panning for users but retain the ability to pan with the keys? Disabling the mouse entirely is not an option since I still need the right mouse button for orbiting.