UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

10 lines (9 loc) 254 B
/** * The Gamepad object, as extracted from GamepadEvent. * * @typedef {object} Phaser.Types.Input.Gamepad.Pad * @since 3.10.0 * * @property {string} id - The ID of the Gamepad. * @property {number} index - The index of the Gamepad. */