Ryan Malm
Results
1
issues of
Ryan Malm
gamepads[n].sticks[n] values remain undefined at runtime with stick activity, buttons are working fine. Here's my little test app: ``` playground({ //container: exampleContainer, gamepaddown: function(data) { this.button = data.button; this.gamepad =...