Game Development Community

The right analog stick

by Thomas Bang · in Torque Game Builder · 05/23/2008 (4:11 am) · 1 replies

Hi

I want to use the right stick of my gamepad.
I wrote these keybindings...

moveMap.bind(joystick,  xaxis, "LAnalogX");
moveMap.bind(joystick,  yaxis, "LAnalogY");

moveMap.bind(joystick, rxaxis, "RAnalogX");
moveMap.bind(joystick, ryaxis, "RAnalogY");

The first two bindings work great. What i have to write for the right analog stick?

I checked "Gamecontroller" under XP's Control Panel. The right analog stick works fine.


Greetings

Thomas Bang