OpenEmu driver
Found you :P https://twitter.com/JohnRHeaton/status/469277303076556800
Anyway, https://github.com/OpenEmu/OpenEmu-SDK/tree/master/OpenEmuSystem
Check out what we did for handling of Wiimote, PS3, and 360, specifically:
https://github.com/OpenEmu/OpenEmu-SDK/blob/master/OpenEmuSystem/OEWiimoteHIDDeviceHandler.m
https://github.com/OpenEmu/OpenEmu-SDK/blob/master/OpenEmuSystem/OEXBox360HIDDeviceHander.m
Submit a pull request and we'll see how it looks.
Will do. I appreciate the reach-out.
Update: I suppose I'll go ahead and write the code for button input. I've recently purchased the console (I had purchased just the controller before), and am now preparing to make a USB hardware sniffer to get more info on the protocol for things like vibration and accelerometer sensing if possible.