mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-27 09:01:48 +01:00
Log actual exception that occurs when interpreting the Touchpad
This commit is contained in:
parent
318f9af274
commit
c312155f00
@ -1036,7 +1036,7 @@ namespace DS4Windows
|
|||||||
touchpad.handleTouchpad(inputReport, cState, touchOffset);
|
touchpad.handleTouchpad(inputReport, cState, touchOffset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch { currerror = "Index out of bounds: touchpad"; }
|
catch (Exception ex) { currerror = $"Touchpad: {ex.Message}"; }
|
||||||
|
|
||||||
// Store Gyro and Accel values
|
// Store Gyro and Accel values
|
||||||
//Array.Copy(inputReport, 13, gyro, 0, 6);
|
//Array.Copy(inputReport, 13, gyro, 0, 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user