Added sixaxis event hooks

This commit is contained in:
Travis Nickles 2019-09-03 05:53:10 -05:00
parent f0b4331bd5
commit fa1d8f003d

View File

@ -391,10 +391,10 @@ namespace DS4Windows.Forms
gyroMouseDzNUD.ValueChanged += gyroMouseDzNUD_ValueChanged; gyroMouseDzNUD.ValueChanged += gyroMouseDzNUD_ValueChanged;
toggleGyroMCb.CheckedChanged += toggleGyroMCb_Click; toggleGyroMCb.CheckedChanged += toggleGyroMCb_Click;
// Gyro Controls // Gyro Controls
//bnGyroZN.Click += bnGyroZN.Click += Show_ControlsBn;
//bnGyroZP.Click += bnGyroZP.Click += Show_ControlsBn;
//bnGyroXP.Click += bnGyroXP.Click += Show_ControlsBn;
//bnGyroXN.Click += bnGyroXN.Click += Show_ControlsBn;
cBSteeringWheelEmulationAxis.SelectedIndexChanged += cBSteeringWheelEmulationAxis_SelectedIndexChanged; cBSteeringWheelEmulationAxis.SelectedIndexChanged += cBSteeringWheelEmulationAxis_SelectedIndexChanged;
cBSteeringWheelEmulationRange.SelectedIndexChanged += cBSteeringWheelEmulationRange_SelectedIndexChanged; cBSteeringWheelEmulationRange.SelectedIndexChanged += cBSteeringWheelEmulationRange_SelectedIndexChanged;
btnSteeringWheelEmulationCalibrate.Click += btnSteeringWheelEmulationCalibrate_Click; btnSteeringWheelEmulationCalibrate.Click += btnSteeringWheelEmulationCalibrate_Click;