XboxOneControllerDev icon indicating copy to clipboard operation
XboxOneControllerDev copied to clipboard

OpenEmu driver

Open clobber opened this issue 11 years ago • 2 comments

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.

clobber avatar May 22 '14 08:05 clobber

Will do. I appreciate the reach-out.

JRHeaton avatar May 22 '14 20:05 JRHeaton

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.

JRHeaton avatar May 28 '14 05:05 JRHeaton