How to reverse camera rotation

Hey!
you can change it by calling this code:

var touch= camera.inputs.attached["touch"];
if (touch) {
    touch.touchAngularSensibility *= -1;
}
1 Like