mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-02 18:12:32 +01:00
Remove use of event in TouchPadOn since the event will be use later
This commit is contained in:
parent
508c2b2067
commit
de1b6b223f
@ -334,7 +334,7 @@ namespace DS4Windows
|
||||
device.SixAxis.SixAccelMoved += tPad.sixaxisMoved;
|
||||
//LogDebug("Touchpad mode for " + device.MacAddress + " is now " + tmode.ToString());
|
||||
//Log.LogToTray("Touchpad mode for " + device.MacAddress + " is now " + tmode.ToString());
|
||||
ControllerStatusChanged(this);
|
||||
//ControllerStatusChanged(this);
|
||||
}
|
||||
|
||||
public void TimeoutConnection(DS4Device d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user