Vaughn Whiskey
Member
I think you mean thisAlright, and on http://mrmcpowned.com/gamepad/ could you open the chrome developer console (press F12 and go to the tab that says "console") and type "navigator.getGamepads()" without the quotes and tell me what array items 0 and 1 are under the "GamepadList" array?
Code:
navigator.getGamepads()
GamepadList {0: Gamepad, 1: Gamepad, 2: undefined, 3: undefined, length: 4, item: function}
0: Gamepad
axes: Array[4]
0: -0.03691154718399048
1: -0.054184794425964355
2: -0.09178298711776733
3: -0.052658915519714355
length: 4
__proto__: Array[0]
buttons: Array[16]
connected: true
id: "Xbox 360 Controller (XInput STANDARD GAMEPAD)"
index: 0
mapping: "standard"
timestamp: 1039
__proto__: Gamepad
1: Gamepad
2: undefined
3: undefined
length: 4
__proto__: GamepadList