views:

65

answers:

1
+1  Q: 

Dance pad in XNA

Is there any class that supports Dance pad in XNA? Maybe it's treated just like regular pad?
I don't have any access to dance pad, and it's quite hard to find any usefull info in the internet.

+1  A: 

A dance pad would work just as any other game controller, although you would have to figure out the mapping between buttons and the gamepad button enumeration. You should be able to use the XNA Input Classes just like normal, although I'm pretty sure it will not work on the Xbox 360 unless it was made specifically for the console.

kersny
@Kersny: Thanks, that's the answer I was looking for. I'm gonna use it on PC.
Tomek Tarczynski