gitextract_62qdvxky/ ├── 360Controller/ │ ├── 360Controller.xcodeproj/ │ │ └── project.pbxproj │ ├── ChatPad.cpp │ ├── ChatPad.h │ ├── ControlStruct.h │ ├── Controller.cpp │ ├── Controller.h │ ├── English.lproj/ │ │ └── InfoPlist.strings │ ├── Info copy.plist │ ├── Info.plist │ ├── _60Controller.cpp │ ├── _60Controller.h │ ├── chatpadhid.h │ ├── chatpadkeys.cpp │ ├── chatpadkeys.h │ ├── version.plist │ └── xbox360hid.h ├── 360Daemon/ │ ├── 360Daemon.1 │ ├── 360Daemon.m │ ├── 360Daemon.xcodeproj/ │ │ └── project.pbxproj │ ├── 360Daemon_Prefix.pch │ ├── Alert.tif │ ├── ControlPrefs.h │ ├── ControlPrefs.m │ ├── FoundationTool.pbproj/ │ │ └── project.pbxproj │ └── com.mice.360Daemon.plist ├── DriverTool/ │ ├── DriverTool.1 │ ├── DriverTool.m │ ├── DriverTool.xcodeproj/ │ │ └── project.pbxproj │ └── DriverTool_Prefix.pch ├── Feedback360/ │ ├── English.lproj/ │ │ └── InfoPlist.strings │ ├── Feedback360.xcodeproj/ │ │ ├── colin.mode1 │ │ └── project.pbxproj │ ├── Info.plist │ ├── devlink.c │ ├── devlink.h │ ├── emulator.c │ ├── emulator.h │ ├── main.c │ ├── main.h │ └── version.plist ├── Install360Controller/ │ ├── Install360Controller.pkgproj │ ├── Scripts/ │ │ ├── finish.sh │ │ └── upgrade.sh │ └── Text/ │ └── Welcome.rtf ├── Licence.txt ├── Pref360Control/ │ ├── DeviceItem.h │ ├── DeviceItem.m │ ├── DeviceLister.h │ ├── DeviceLister.m │ ├── English.lproj/ │ │ ├── InfoPlist.strings │ │ └── Pref360ControlPref.nib/ │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── Info.plist │ ├── MyAnalogStick.h │ ├── MyAnalogStick.m │ ├── MyCentreButtons.h │ ├── MyCentreButtons.m │ ├── MyDigitalStick.h │ ├── MyDigitalStick.m │ ├── MyMainButtons.h │ ├── MyMainButtons.m │ ├── MyShoulderButton.h │ ├── MyShoulderButton.m │ ├── Pref360Control.xcodeproj/ │ │ └── project.pbxproj │ ├── Pref360ControlPref.h │ ├── Pref360ControlPref.m │ ├── Pref360Control_Prefix.pch │ ├── batt0.tif │ ├── batt1.tif │ ├── batt2.tif │ ├── batt3.tif │ ├── battNone.tif │ ├── pref360controlpref.tiff │ └── version.plist ├── Readme.rtf ├── Wireless360Controller/ │ ├── English.lproj/ │ │ └── InfoPlist.strings │ ├── IOKitDriver.pbproj/ │ │ └── project.pbxproj │ ├── Info.plist │ ├── Wireless360Controller.cpp │ ├── Wireless360Controller.h │ ├── Wireless360Controller.xcodeproj/ │ │ └── project.pbxproj │ └── version.plist ├── WirelessGamingReceiver/ │ ├── English.lproj/ │ │ └── InfoPlist.strings │ ├── IOKitDriver.pbproj/ │ │ └── project.pbxproj │ ├── Info.plist │ ├── WirelessDevice.cpp │ ├── WirelessDevice.h │ ├── WirelessGamingReceiver.cpp │ ├── WirelessGamingReceiver.h │ ├── WirelessGamingReceiver.xcodeproj/ │ │ ├── colin.mode1 │ │ └── project.pbxproj │ ├── WirelessHIDDevice.cpp │ ├── WirelessHIDDevice.h │ ├── devices.h │ └── version.plist └── build