Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The Navigator.getGamepads()
method returns an array of Gamepad
objects, one for each gamepad connected to the device.
Elements in the array may be null
if a gamepad disconnects during a session, so that the remaining gamepads retain the same index.