mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Added sixaxis event hooks
This commit is contained in:
parent
f0b4331bd5
commit
fa1d8f003d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user