Gamepad invert pitch (thumbpad right joystick forward/back)

I’m using a UniversalCamera for gamepad input and need to invert the pitch. How can I do that? Thank you!

Using a PS4 DualShock controller. Currently, the right joystick forward looks up and backwards looks down. I need to invert that control. And, I can’t find a setting. Help

Hello and welcome!!
It is not possible yet but I can definitely add a invertY property if you want

Yes, please! Thank you!

It will be in next nightly on the gamepad input for the camera :slight_smile:

1 Like

Works great, Deltakosh! Thanks again

If anyone else wants this feature, here’s the boolean property:
scene.activeCamera.inputs.attached.gamepad.invertYAxis

https://doc.babylonjs.com/api/classes/babylon.freecameragamepadinput#invertyaxis

2 Likes