andrew / node-xbox-controller

:video_game: [UNMAINTAINED] Interface for Xbox 360 game controller into Node.js
http://libraries.io/npm/xbox-controller
MIT License
270 stars 49 forks source link

Convert name to lower case before comparing to HIDs #13

Closed stewart closed 10 years ago

stewart commented 10 years ago

Downcases this.name before comparing to HID product strings to make sure that stuff like this doesn't fail:

var controller = new XboxController("Gamepad")

Hopefully can avoid some potential PEBKAC.

andrew commented 10 years ago

Thanks!