|
Re: switching the x & y on joy stick
Can't you just reverse how you are implementing the axes in your code?
For example, if you are setting variable "velocity" to the y-axis, just set it to the x axis instead.
Alternatively, you could create new variables such as "newX" and set the actual y-axis to newX.
|