Programming for 2 joysticks having only 1 joystick

Blitz3D Forums/Blitz3D Beginners Area/Programming for 2 joysticks having only 1 joystick

Marcell(Posted 2009) [#1]
Hello,

I have one COMPETITION PRO USB joystick.

For simple retro game I need to program the game for 2 joysticks.
Is it this simple:

JoyYdir(0) -- Joy1
JoyYdir(1) -- Joy2

(I can't test it)


Matty(Posted 2009) [#2]
Yes - there is a "port" argument that can be specified with all the joystick commands.