We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Two joysticks? (Read 911 times)
Two joysticks?
Nov 29th, 2006, 5:18am
 
Will Processing and ProControll be able to recognize two joysticks at once? If I run printDevice will they come up as something like joystick1 and joystick2?

Re: Two joysticks?
Reply #1 - Nov 29th, 2006, 7:42pm
 
Yes, you can control two joysticks or more with proControll. If you use printDevices() it will show you everything connected to the system that you can talk to. The first two devices will be the mouse and keyboard (though I discovered on the mac book pro the trackpad is listed twice, so the first three devices are integrated devices). Anything else you plug in to the computer, like joysticks will show up after that. They will be named according to how the system sees them, such as "Logitech Dual Analog USB".
Page Index Toggle Pages: 1