Skip to content

Commit c9742b6

Browse files
committed
Added jsdocs
1 parent 31e3c58 commit c9742b6

5 files changed

Lines changed: 496 additions & 5 deletions

File tree

src/input/gamepad/configs/SNES_USB_Controller.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
// Tatar SNES USB Controller
2-
// USB Gamepad (STANDARD GAMEPAD Vendor: 0079 Product: 0011)
1+
/**
2+
* Tatar SNES USB Controller Gamepad Configuration.
3+
* USB Gamepad (STANDARD GAMEPAD Vendor: 0079 Product: 0011)
4+
*
5+
* @name Phaser.Input.Gamepad.Configs.SNES_USB
6+
* @type {object}
7+
* @since 3.0.0
8+
*/
39

410
module.exports = {
511

src/input/gamepad/configs/Sony_PlayStation_DualShock_4.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
// Sony PlayStation DualShock 4 (v2) wireless controller
1+
/**
2+
* PlayStation DualShock 4 Gamepad Configuration.
3+
* Sony PlayStation DualShock 4 (v2) wireless controller
4+
*
5+
* @name Phaser.Input.Gamepad.Configs.DUALSHOCK_4
6+
* @type {object}
7+
* @since 3.0.0
8+
*/
29

310
module.exports = {
411

src/input/gamepad/configs/XBox360_Controller.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// XBox 360 controller
1+
/**
2+
* XBox 360 Gamepad Configuration.
3+
*
4+
* @name Phaser.Input.Gamepad.Configs.XBOX_360
5+
* @type {object}
6+
* @since 3.0.0
7+
*/
28

39
module.exports = {
410

src/input/gamepad/configs/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Phaser.Input.Gamepad.Configs
1+
/**
2+
* @namespace Phaser.Input.Gamepad.Configs
3+
*/
24

35
module.exports = {
46

0 commit comments

Comments
 (0)