larsiusprime / SteamWrap

Haxe native extension for the Steam API
MIT License
106 stars 44 forks source link

Fixed a small bug in GetConnectedControllers. #37

Open Continuities opened 11 months ago

Continuities commented 11 months ago

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