amanuelg3 / padtie

Automatically exported from code.google.com/p/padtie
0 stars 0 forks source link

Changing pad numbers is not possible #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although the button is there in v0.1b1, it is not possible to actually change 
the numbers associated with the current gamepads. This number determines which 
pad setting(s) from the layout to apply to which controller(s). This means Pad 
#1 is always the first gamepad reported by DirectInput and/or the first 
connected, which might not be desirable if virtual gamepad drivers such as Jumi 
are installed (which are constantly present).

The reason is: it was just never done.

This is now fixed for 0.1b2. There is full support for choosing the number(s) 
assigned to your gamepad(s), and you can switch assigned pads back to dynamic 
assignment as well. If two gamepads are connected which are assigned the same 
number, the second one will simply default to the next free ID.

Original issue reported on code.google.com by wila...@gmail.com on 28 Aug 2010 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by wila...@gmail.com on 28 Aug 2010 at 3:23