Logitech Rumble pad right side joystick how to use it?

I have access to the hat switch and the left side joystick on the gamepad,
but how do I gain access to the right sided one? If the player is right
handed and uses the hat switch with their left hand, and then wants to use
the right joystick instead of the left which creates a problem. Thanks

What you need to do is…

sdlEvent->jaxis.axis == 3

sdlEvent->jaxis.axis == 4

will get you access to the other joystick on the gamepad.

HTH someone. Be nice if the docs stated this a bit better.

El Mi?rcoles 27 Junio 2007, Mars_999 escribi?:

What you need to do is?.
?
sdlEvent->jaxis.axis == 3
sdlEvent->jaxis.axis == 4
?
will get you access to the other joystick on the gamepad.
?
HTH someone. Be nice if the docs stated this a bit better.

Thank you. I am going to use something like this in the next weeks. I
suspected that the second joystick would be mapped to the third and fourth
axis, but is great to have someone that can confirm it beforehand for you! :wink: