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;
toggleGyroMCb.CheckedChanged += toggleGyroMCb_Click;
// Gyro Controls
//bnGyroZN.Click +=
//bnGyroZP.Click +=
//bnGyroXP.Click +=
//bnGyroXN.Click +=
bnGyroZN.Click += Show_ControlsBn;
bnGyroZP.Click += Show_ControlsBn;
bnGyroXP.Click += Show_ControlsBn;
bnGyroXN.Click += Show_ControlsBn;
cBSteeringWheelEmulationAxis.SelectedIndexChanged += cBSteeringWheelEmulationAxis_SelectedIndexChanged;
cBSteeringWheelEmulationRange.SelectedIndexChanged += cBSteeringWheelEmulationRange_SelectedIndexChanged;
btnSteeringWheelEmulationCalibrate.Click += btnSteeringWheelEmulationCalibrate_Click;