How to manipulate camera sensitivity on touch device with a script

I want to decrease the camera sensitivity for the purpose of a zoomed view (eg. weapon aiming zoom).
I know it can be achieved on PC by setting UserInputService.MouseDeltaSensitivity (as in the sample Binocular script). However this does not work for mobile devices.
Is there any other API available to set the camera sensitivity in a script? Please, I do not want to go into forking core scripts, nor write my own camera script.

Use devforum search.

1 Like

Actually I did search the forum and did not come across this one. Thanks for the pointer, though the answer is negative.