Closed stewart closed 10 years ago
Downcases this.name before comparing to HID product strings to make sure that stuff like this doesn't fail:
this.name
var controller = new XboxController("Gamepad")
Hopefully can avoid some potential PEBKAC.
Thanks!
Downcases
this.name
before comparing to HID product strings to make sure that stuff like this doesn't fail:Hopefully can avoid some potential PEBKAC.