Arduino as Gamepad.

Hello!! Y want to use my arduino as a Gamepad. I already know how to send serial and MIDI commands. Could I send directx commands?

Another kind of do this is using any software that converts from serial to gamepad commands. Dou you know anyone?

Thanks!!!

there is a lib floating around somewhere that lets you emulate a usb joystick with the arduino (there is a few examples on google) based on the "virtual usb keyboard" project

you will need to build some type of shield / basic interface because it wont go through the ftdi chip

Hello, if i try to compile this programm from this site i get alltime this error message:

o: In function 'UsbKeyboardDevice::update()':
/UsbKeyboard.h:150: undefined reference to 'usbPoll()'

i feel so stupid, where is my failure? i put the library files into ...\arduino-0018\libraries\USBKeyboard\ etc...

where is my problem?
thanks for your help!
Fabian