ThemsAllTook / libstem_gamepad

Gamepad C API wrapper for OS X, Windows, and Linux
Other
183 stars 31 forks source link

handle DI_BUFFEROVERFLOW result correctly #2

Closed oncer closed 9 years ago

oncer commented 9 years ago

IDirectInputDevice8_GetDeviceData will return DI_BUFFEROVERFLOW sometimes, this happened during testing with a Sony DS4 controller. This result should not lead to a device disconnect.