public PlayStation4MacProfile() { base.Name = "PlayStation 4 Controller"; base.Meta = "PlayStation 4 Controller on Mac"; base.DeviceClass = InputDeviceClass.Controller; base.DeviceStyle = InputDeviceStyle.PlayStation4; base.IncludePlatforms = new string[1] { "OS X" }; Matchers = new NativeInputDeviceMatcher[3] { new NativeInputDeviceMatcher { VendorID = 1356, ProductID = 1476 }, new NativeInputDeviceMatcher { VendorID = 1356, ProductID = 2508 }, new NativeInputDeviceMatcher { VendorID = 1356, ProductID = 2976 } }; base.ButtonMappings = new InputControlMapping[16] { new InputControlMapping { Handle = "Cross", Target = InputControlType.Action1, Source = NativeInputDeviceProfile.Button(1) }, new InputControlMapping { Handle = "Circle", Target = InputControlType.Action2, Source = NativeInputDeviceProfile.Button(2) }, new InputControlMapping { Handle = "Square", Target = InputControlType.Action3, Source = NativeInputDeviceProfile.Button(0) }, new InputControlMapping { Handle = "Triangle", Target = InputControlType.Action4, Source = NativeInputDeviceProfile.Button(3) }, new InputControlMapping { Handle = "DPad Up", Target = InputControlType.DPadUp, Source = NativeInputDeviceProfile.Button(14) }, new InputControlMapping { Handle = "DPad Down", Target = InputControlType.DPadDown, Source = NativeInputDeviceProfile.Button(15) }, new InputControlMapping { Handle = "DPad Left", Target = InputControlType.DPadLeft, Source = NativeInputDeviceProfile.Button(16) }, new InputControlMapping { Handle = "DPad Right", Target = InputControlType.DPadRight, Source = NativeInputDeviceProfile.Button(17) }, new InputControlMapping { Handle = "Left Bumper", Target = InputControlType.LeftBumper, Source = NativeInputDeviceProfile.Button(4) }, new InputControlMapping { Handle = "Right Bumper", Target = InputControlType.RightBumper, Source = NativeInputDeviceProfile.Button(5) }, new InputControlMapping { Handle = "Left Stick Button", Target = InputControlType.LeftStickButton, Source = NativeInputDeviceProfile.Button(10) }, new InputControlMapping { Handle = "Right Stick Button", Target = InputControlType.RightStickButton, Source = NativeInputDeviceProfile.Button(11) }, new InputControlMapping { Handle = "Share", Target = InputControlType.Share, Source = NativeInputDeviceProfile.Button(8) }, new InputControlMapping { Handle = "Options", Target = InputControlType.Options, Source = NativeInputDeviceProfile.Button(9) }, new InputControlMapping { Handle = "System", Target = InputControlType.System, Source = NativeInputDeviceProfile.Button(12) }, new InputControlMapping { Handle = "Touchpad Button", Target = InputControlType.TouchPadButton, Source = NativeInputDeviceProfile.Button(13) } }; base.AnalogMappings = new InputControlMapping[10] { NativeInputDeviceProfile.LeftStickLeftMapping(0), NativeInputDeviceProfile.LeftStickRightMapping(0), NativeInputDeviceProfile.LeftStickUpMapping(1), NativeInputDeviceProfile.LeftStickDownMapping(1), NativeInputDeviceProfile.RightStickLeftMapping(2), NativeInputDeviceProfile.RightStickRightMapping(2), NativeInputDeviceProfile.RightStickUpMapping(3), NativeInputDeviceProfile.RightStickDownMapping(3), NativeInputDeviceProfile.LeftTriggerMapping(4), NativeInputDeviceProfile.RightTriggerMapping(5) }; }
public XInputWindowsNativeProfile() { base.Name = "XInput Controller"; base.Meta = "XInput Controller on Windows"; base.DeviceClass = InputDeviceClass.Controller; base.DeviceStyle = InputDeviceStyle.XboxOne; base.IncludePlatforms = new string[1] { "Windows" }; Matchers = new NativeInputDeviceMatcher[1] { new NativeInputDeviceMatcher { DriverType = NativeDeviceDriverType.XInput } }; base.ButtonMappings = new InputControlMapping[14] { new InputControlMapping { Handle = "A", Target = InputControlType.Action1, Source = NativeInputDeviceProfile.Button(10) }, new InputControlMapping { Handle = "B", Target = InputControlType.Action2, Source = NativeInputDeviceProfile.Button(11) }, new InputControlMapping { Handle = "X", Target = InputControlType.Action3, Source = NativeInputDeviceProfile.Button(12) }, new InputControlMapping { Handle = "Y", Target = InputControlType.Action4, Source = NativeInputDeviceProfile.Button(13) }, new InputControlMapping { Handle = "DPad Up", Target = InputControlType.DPadUp, Source = NativeInputDeviceProfile.Button(0) }, new InputControlMapping { Handle = "DPad Down", Target = InputControlType.DPadDown, Source = NativeInputDeviceProfile.Button(1) }, new InputControlMapping { Handle = "DPad Left", Target = InputControlType.DPadLeft, Source = NativeInputDeviceProfile.Button(2) }, new InputControlMapping { Handle = "DPad Right", Target = InputControlType.DPadRight, Source = NativeInputDeviceProfile.Button(3) }, new InputControlMapping { Handle = "Left Bumper", Target = InputControlType.LeftBumper, Source = NativeInputDeviceProfile.Button(8) }, new InputControlMapping { Handle = "Right Bumper", Target = InputControlType.RightBumper, Source = NativeInputDeviceProfile.Button(9) }, new InputControlMapping { Handle = "Left Stick Button", Target = InputControlType.LeftStickButton, Source = NativeInputDeviceProfile.Button(6) }, new InputControlMapping { Handle = "Right Stick Button", Target = InputControlType.RightStickButton, Source = NativeInputDeviceProfile.Button(7) }, new InputControlMapping { Handle = "Back", Target = InputControlType.Back, Source = NativeInputDeviceProfile.Button(5) }, new InputControlMapping { Handle = "Start", Target = InputControlType.Start, Source = NativeInputDeviceProfile.Button(4) } }; base.AnalogMappings = new InputControlMapping[10] { NativeInputDeviceProfile.LeftStickLeftMapping(0), NativeInputDeviceProfile.LeftStickRightMapping(0), NativeInputDeviceProfile.LeftStickUpMapping2(1), NativeInputDeviceProfile.LeftStickDownMapping2(1), NativeInputDeviceProfile.RightStickLeftMapping(2), NativeInputDeviceProfile.RightStickRightMapping(2), NativeInputDeviceProfile.RightStickUpMapping2(3), NativeInputDeviceProfile.RightStickDownMapping2(3), new InputControlMapping { Handle = "Left Trigger", Target = InputControlType.LeftTrigger, Source = NativeInputDeviceProfile.Analog(4), SourceRange = InputRange.ZeroToOne, TargetRange = InputRange.ZeroToOne }, new InputControlMapping { Handle = "Right Trigger", Target = InputControlType.RightTrigger, Source = NativeInputDeviceProfile.Analog(5), SourceRange = InputRange.ZeroToOne, TargetRange = InputRange.ZeroToOne } }; }
public LogitechF710ModeDMacProfile() { base.Name = "Logitech F710 Controller"; base.Meta = "Logitech F710 Controller on Mac"; base.DeviceClass = InputDeviceClass.Controller; base.DeviceStyle = InputDeviceStyle.Xbox360; base.IncludePlatforms = new string[1] { "OS X" }; Matchers = new NativeInputDeviceMatcher[1] { new NativeInputDeviceMatcher { VendorID = 1133, ProductID = 49689 } }; base.ButtonMappings = new InputControlMapping[16] { new InputControlMapping { Handle = "A", Target = InputControlType.Action1, Source = NativeInputDeviceProfile.Button(1) }, new InputControlMapping { Handle = "B", Target = InputControlType.Action2, Source = NativeInputDeviceProfile.Button(2) }, new InputControlMapping { Handle = "X", Target = InputControlType.Action3, Source = NativeInputDeviceProfile.Button(0) }, new InputControlMapping { Handle = "Y", Target = InputControlType.Action4, Source = NativeInputDeviceProfile.Button(3) }, new InputControlMapping { Handle = "DPad Up", Target = InputControlType.DPadUp, Source = NativeInputDeviceProfile.Button(12) }, new InputControlMapping { Handle = "DPad Down", Target = InputControlType.DPadDown, Source = NativeInputDeviceProfile.Button(13) }, new InputControlMapping { Handle = "DPad Left", Target = InputControlType.DPadLeft, Source = NativeInputDeviceProfile.Button(14) }, new InputControlMapping { Handle = "DPad Right", Target = InputControlType.DPadRight, Source = NativeInputDeviceProfile.Button(15) }, new InputControlMapping { Handle = "Left Bumper", Target = InputControlType.LeftBumper, Source = NativeInputDeviceProfile.Button(4) }, new InputControlMapping { Handle = "Right Bumper", Target = InputControlType.RightBumper, Source = NativeInputDeviceProfile.Button(5) }, new InputControlMapping { Handle = "Left Trigger", Target = InputControlType.LeftTrigger, Source = NativeInputDeviceProfile.Button(6) }, new InputControlMapping { Handle = "Right Trigger", Target = InputControlType.RightTrigger, Source = NativeInputDeviceProfile.Button(7) }, new InputControlMapping { Handle = "Left Stick Button", Target = InputControlType.LeftStickButton, Source = NativeInputDeviceProfile.Button(10) }, new InputControlMapping { Handle = "Right Stick Button", Target = InputControlType.RightStickButton, Source = NativeInputDeviceProfile.Button(11) }, new InputControlMapping { Handle = "Back", Target = InputControlType.Back, Source = NativeInputDeviceProfile.Button(8) }, new InputControlMapping { Handle = "Start", Target = InputControlType.Start, Source = NativeInputDeviceProfile.Button(9) } }; base.AnalogMappings = new InputControlMapping[8] { NativeInputDeviceProfile.LeftStickLeftMapping(0), NativeInputDeviceProfile.LeftStickRightMapping(0), NativeInputDeviceProfile.LeftStickUpMapping(1), NativeInputDeviceProfile.LeftStickDownMapping(1), NativeInputDeviceProfile.RightStickLeftMapping(2), NativeInputDeviceProfile.RightStickRightMapping(2), NativeInputDeviceProfile.RightStickUpMapping(3), NativeInputDeviceProfile.RightStickDownMapping(3) }; }
public XboxOneDriverMacProfile() { base.Name = null; base.Meta = null; base.DeviceClass = InputDeviceClass.Controller; base.DeviceStyle = InputDeviceStyle.XboxOne; base.IncludePlatforms = new string[1] { "OS X" }; base.ButtonMappings = new InputControlMapping[15] { new InputControlMapping { Handle = "A", Target = InputControlType.Action1, Source = NativeInputDeviceProfile.Button(11) }, new InputControlMapping { Handle = "B", Target = InputControlType.Action2, Source = NativeInputDeviceProfile.Button(12) }, new InputControlMapping { Handle = "X", Target = InputControlType.Action3, Source = NativeInputDeviceProfile.Button(13) }, new InputControlMapping { Handle = "Y", Target = InputControlType.Action4, Source = NativeInputDeviceProfile.Button(14) }, new InputControlMapping { Handle = "DPad Up", Target = InputControlType.DPadUp, Source = NativeInputDeviceProfile.Button(0) }, new InputControlMapping { Handle = "DPad Down", Target = InputControlType.DPadDown, Source = NativeInputDeviceProfile.Button(1) }, new InputControlMapping { Handle = "DPad Left", Target = InputControlType.DPadLeft, Source = NativeInputDeviceProfile.Button(2) }, new InputControlMapping { Handle = "DPad Right", Target = InputControlType.DPadRight, Source = NativeInputDeviceProfile.Button(3) }, new InputControlMapping { Handle = "Left Bumper", Target = InputControlType.LeftBumper, Source = NativeInputDeviceProfile.Button(8) }, new InputControlMapping { Handle = "Right Bumper", Target = InputControlType.RightBumper, Source = NativeInputDeviceProfile.Button(9) }, new InputControlMapping { Handle = "Left Stick Button", Target = InputControlType.LeftStickButton, Source = NativeInputDeviceProfile.Button(6) }, new InputControlMapping { Handle = "Right Stick Button", Target = InputControlType.RightStickButton, Source = NativeInputDeviceProfile.Button(7) }, new InputControlMapping { Handle = "View", Target = InputControlType.View, Source = NativeInputDeviceProfile.Button(5) }, new InputControlMapping { Handle = "Menu", Target = InputControlType.Menu, Source = NativeInputDeviceProfile.Button(4) }, new InputControlMapping { Handle = "Guide", Target = InputControlType.System, Source = NativeInputDeviceProfile.Button(10) } }; base.AnalogMappings = new InputControlMapping[10] { NativeInputDeviceProfile.LeftStickLeftMapping(0), NativeInputDeviceProfile.LeftStickRightMapping(0), NativeInputDeviceProfile.LeftStickUpMapping(1), NativeInputDeviceProfile.LeftStickDownMapping(1), NativeInputDeviceProfile.RightStickLeftMapping(2), NativeInputDeviceProfile.RightStickRightMapping(2), NativeInputDeviceProfile.RightStickUpMapping(3), NativeInputDeviceProfile.RightStickDownMapping(3), NativeInputDeviceProfile.LeftTriggerMapping(4), NativeInputDeviceProfile.RightTriggerMapping(5) }; }