Page 1 of 2
[Implemented] multiple joysticks
Posted: Sun Oct 03, 2004 11:43 am
by J. Baker
Just as the subject says.
Posted: Sun Oct 03, 2004 3:34 pm
by Shannara
I 2nd this, I have a bomberman type clone that requires up to 8 players on a single PC, and I have 8 controllers to test it out (each controller with 10 buttons...)
Posted: Sun Oct 03, 2004 3:47 pm
by blueznl
shanarra, i doubt that is a valid directx config, or is it? (in that case: impressive)
Posted: Sun Oct 03, 2004 4:26 pm
by Shannara
It is, directx has no limits on the number of buttons per joystick, nor the number of joysticks. Or at least windows does not

I have this coded in VB and its working nicely. Couldnt fully port it over to PB due to this. ah .. limitation of PB.
Besides it works wonderfully when you hook your computer to your entertainment system (TV+sound system). Then you get a big screen TV and nice sound to play the game, not to mention lots-o-buddies.
Besides they are actually gamepads (PB calls them joysticks?!?!) with 10 buttons, which you can buy via price watch for $7 a pop. (USB)
Posted: Sun Oct 03, 2004 4:57 pm
by J. Baker
Ah yes, I prefer the gamepad over the joystick. Joystick reminds me of the commodor 64.
Posted: Sun Oct 03, 2004 6:18 pm
by thefool
well its different. I have a gamepad, but also a logitech joystick, wich i couldnt live without in some games.
Posted: Sun Oct 03, 2004 7:40 pm
by blueznl
haven't used joysticks for a long time, but i've been playing packman and alien breed lately, and i miss the accuracy of my good old arcade competition pro joystick...
Posted: Thu Jun 23, 2005 7:41 am
by griz
The Pure Basic manual states :
PureBasic provides a full access to joysticks plugged to the computer. It supports standard joysticks upto 8 buttons. It use the DirectX technology.
I can detect all 10 buttons on my Logitech Rumblepad 2.
As there is no current support for multiple joysticks, does anyone know of a workaround for the meantime? I believe Pure Basic will support multiple joysticks at some point. I can only access one of the two analog sticks on my aforementioned joystick for example. How can I access the other?
Posted: Thu Jun 23, 2005 8:11 am
by J. Baker
For now, API.
Posted: Thu Jun 23, 2005 8:55 am
by griz
For now, API.
That's true. It keeps development going in the meantime!
Posted: Tue Mar 21, 2006 7:42 pm
by Shannara
*bump* and waiting ...
Posted: Tue Mar 21, 2006 8:01 pm
by Fred
hum...
Posted: Wed Mar 22, 2006 9:17 pm
by nco2k
i second the request.
c ya,
nco2k
Posted: Wed Mar 22, 2006 9:41 pm
by Joakim Christiansen

hum...

Re:
Posted: Mon Apr 23, 2012 4:30 am
by J. Baker
griz wrote:I can detect all 10 buttons on my Logitech Rumblepad 2.
I must have overlooked this sentence originally. So PureBasic does support more then 8 buttons? My gamepad only has 8, so I can not verify. Anyone else?