Log actual exception that occurs when interpreting the Touchpad

This commit is contained in:
Travis Nickles 2020-03-05 06:26:55 -06:00
parent 318f9af274
commit c312155f00

View File

@ -1036,7 +1036,7 @@ namespace DS4Windows
touchpad.handleTouchpad(inputReport, cState, touchOffset);
}
}
catch { currerror = "Index out of bounds: touchpad"; }
catch (Exception ex) { currerror = $"Touchpad: {ex.Message}"; }
// Store Gyro and Accel values
//Array.Copy(inputReport, 13, gyro, 0, 6);