SteamWrap icon indicating copy to clipboard operation
SteamWrap copied to clipboard

Fixed a small bug in GetConnectedControllers.

Open Continuities opened this issue 2 years ago • 0 comments

mapControllers.get expects an int index, not a uint64 controller handle. find would be the correct function, and since find is called by exists, I thought I'd optimise a smidge. Closes #36

Continuities avatar Sep 16 '23 18:09 Continuities