Commit 96836ec643b2b01d459ebaa6dae559acae7caec1

Sam Lantinga 2020-03-03T09:22:43

Add 500ms max wait time for hid_write to complete on Windows It appears that with some (presumably) flaky drivers or hardware that the WriteFile in hid_write never completes leading to GetOverlappedResult to block forever waiting for it.