diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index 11b5102..f9e3052 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -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);