Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect controller indices from getConnectedControllers #36

Open
Continuities opened this issue Sep 16, 2023 · 0 comments · May be fixed by #37
Open

Incorrect controller indices from getConnectedControllers #36

Continuities opened this issue Sep 16, 2023 · 0 comments · May be fixed by #37

Comments

@Continuities
Copy link

Controller.getConnectedControllers returns an array of controller indices, but they're always zero. Where we should see something like [0, 1, 2] we see [0, 0, 0]. This is due to a little mistake in the SteamWrap.cpp implemention of SteamWrap_GetConnectedControllers.

Fix incoming.

Continuities added a commit to Continuities/SteamWrap that referenced this issue Sep 16, 2023
@Continuities Continuities linked a pull request Sep 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant