How to pan camera with 2d screen

I want to use x,y value to move camera like paning in THREE.OrbitControls. Please guide me. Tankyou.

You can turn off zoom and rotate in the Orbit Controls, have you tried doing that?

controls.enableZoom = false;
controls.enableRotate = false;