I am working on a custom gaming joystick based around a usb:serial microcontroller (arduino) that can me recognized by the computer as a HID. In itself it supports keyboard and mouse modes, and this is all processing seems to support with the various keyboard and mouse commands.
Has anyone else found a way to output joystick functions (ie: analog axis and buttons) without fully remapping them to the corresponding mouse and keyboard controls?