i play the game with a sidewinder gamepad.
what i want to do is when i press the shift button (button 10 on the gamepad) i want to be able to control the menu that is normally done with the hatswitch.
but the d-pad has axes instead of buttons
here is what i got so far…
[Shift1]
Joystick1, JoyButton10
[HUD.MenuLeft]
Keyboard, Left
Joystick1, JoyXAxis, Shift1
[HUD.MenuRight]
Keyboard, Right
Joystick1, JoyXAxis, Shift1
[HUD.MenuUp]
Keyboard, Up
Joystick1, JoyYAxis, Shift1
[HUD.MenuDown]
Keyboard, Down
Joystick1, JoyYAxis, Shift1
but with this it always goes left no matter if i press left or right, same thing with up and down
does anyone even understand what i’m talking about?
can anyone help out?