2 Joypads.

Monkey Forums/Monkey Programming/2 Joypads.

Paul - Taiphoz(Posted 2012) [#1]
I had a look through the forums for an answer but came up short.

Can anyone tell me if I can and how I can detect and use more than one pad / controller ?


Raz(Posted 2012) [#2]
You can do

JoyHit(JOY_A,0)
JoyHit(JOY_A,1)
JoyHit(JOY_A,2)
JoyHit(JOY_A,3)

to check 4 different controllers.


Paul - Taiphoz(Posted 2012) [#3]
Give us access to submit stuff to the docs please this info should be in there.


Neuro(Posted 2012) [#4]
Has anyone actually got this to work? I'm testing with 1 Xbox360 controller, and 1 Logitec controller. I can only get it to read one controller at a time. Or does both (or more) controllers have to be the 360 controllers for this to actually work?