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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user