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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
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. |
||||
|