Remove use of event in TouchPadOn since the event will be use later

This commit is contained in:
Travis Nickles 2017-04-26 15:42:28 -07:00
parent 508c2b2067
commit de1b6b223f

View File

@ -334,7 +334,7 @@ namespace DS4Windows
device.SixAxis.SixAccelMoved += tPad.sixaxisMoved; device.SixAxis.SixAccelMoved += tPad.sixaxisMoved;
//LogDebug("Touchpad mode for " + device.MacAddress + " is now " + tmode.ToString()); //LogDebug("Touchpad mode for " + device.MacAddress + " is now " + tmode.ToString());
//Log.LogToTray("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) public void TimeoutConnection(DS4Device d)