I am not sure if I have done something wrong or the pitch directions are set differently then I would expect. Right now, when I use a joystick in a flight sim program, if I push forward the plane goes down. If I pull back, the plane goes up. HOWEVER, in my game for this project if I push forward the plane goes up and if I pull back the plane goes down. This is completely backwards to anything I have used before.
I think my code is the same as Rick’s code so I am checking to see if I have done something wrong or if pitch is indeed set this way for this game. And if this is the way the controller is set up how do I change the directions so that when you pull back on the joystick, the plane goes up and when you push on the joystick, the plane goes down.
Thanks and below is the code that I have written.