You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you have log of it ?
We should reset XboxOneControllerThread, XboxOneControllerMutex and controllerHandler during connectController(true) before return false.
It probably come from this.
Otherwise I just saw that L269 we have to change
CloseHandle(XboxOneControllerThread[xboxControllerCounter]);
to
CloseHandle(XboxOneControllerMutex[xboxControllerCounter]);
Can you do this change ? My repository have totally changed :(
https://github.com/badgio/XboxOneController/blob/master/XInput%20DLL%20Wrapper/XInput_XboxOne.cpp#L270
The text was updated successfully, but these errors were encountered: